Color Hex Logo

#bb774a Color Hex

#BB774A
(187,119,74)
0 Favorites   0 Comments

Color spaces of #bb774a

RGB 18711974
HSL0.070.450.51
HSV24°60°73°
CMYK 0.000.360.60   0.27
XYZ28.326424.25299.6669
Yxy24.25290.45510.3896
Hunter Lab49.247216.488322.8348
CIE-Lab56.340122.169635.5023

#bb774a color RGB value is (187,119,74).

#bb774a hex color red value is 187, green value is 119 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bb774a hue: 0.07 , saturation: 0.45 and the lightness value of bb774a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 01001010
Octal 273 167 112
Decimal 187 119 74
Hex BB 77 4A

RGB Percentages of Color #bb774a

%49.21
%31.32
%19.47

CMYK Percentages of Color #bb774a

%0
%36
%60
%27

Triadic Colors of #bb774a

#bb774a #4abb77 #774abb

Analogous Colors of #bb774a

#bb774a #bbb04a #bb4a56

Monochromatic Colors of #bb774a

#bb774a

Complementary Color

#bb774a #4a8ebb

#bb774a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb774a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb774a Color CSS Codes

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

#bb774a Text Font Color

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

This sample text font color is #bb774a
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.


#bb774a Background Color

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

This div background color is #bb774a


#bb774a Border Color

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

This div border color is #bb774a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb774a


Comments

No comments written yet.

Please login to write comment.