Color Hex Logo

#b9772c Color Hex

#B9772C
(185,119,44)
0 Favorites   0 Comments

Color spaces of #b9772c

RGB 18511944
HSL0.090.620.45
HSV32°76°73°
CMYK 0.000.360.76   0.27
XYZ27.059023.68985.5293
Yxy23.68980.48080.4209
Hunter Lab48.672214.059727.3350
CIE-Lab55.775919.544449.6887

#b9772c color RGB value is (185,119,44).

#b9772c hex color red value is 185, green value is 119 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b9772c hue: 0.09 , saturation: 0.62 and the lightness value of b9772c is 0.45.

The process color (four color CMYK) of #b9772c color hex is 0.00, 0.36, 0.76, 0.27. Web safe color of #b9772c is #cc6633. Color #b9772c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110111 00101100
Octal 271 167 54
Decimal 185 119 44
Hex B9 77 2C

RGB Percentages of Color #b9772c

%53.16
%34.20
%12.64

CMYK Percentages of Color #b9772c

%0
%36
%76
%27

Triadic Colors of #b9772c

#b9772c #2cb977 #772cb9

Analogous Colors of #b9772c

#b9772c #b5b92c #b9312c

Monochromatic Colors of #b9772c

#b9772c

Complementary Color

#b9772c #2c6eb9

#b9772c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9772c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9772c Color CSS Codes

.mybgcolor {background-color:#b9772c; } 
.myforecolor {color:#b9772c; }
.mybordercolor {border:3px solid #b9772c; }

#b9772c Text Font Color

<p style="color:#b9772c">Text here</p>

This sample text font color is #b9772c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b9772c Background Color

<div style="background-color:#b9772c">
Div content here</div>

This div background color is #b9772c


#b9772c Border Color

<div style="border:3px solid #b9772c">
Div here</div>

This div border color is #b9772c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,119,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9772c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9772c;
  -webkit-box-shadow: 1px 1px 3px 2px #b9772c;
  box-shadow:         1px 1px 3px 2px #b9772c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,119,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9772c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b9772c;
  -webkit-box-shadow: 1px 1px 3px 2px #b9772c;
  box-shadow:         1px 1px 3px 2px #b9772c;">
Div content here</div>

This div box has shadow with color #b9772c


Comments

No comments written yet.

Please login to write comment.