Color Hex Logo

#bb884a Color Hex

#BB884A
(187,136,74)
0 Favorites   0 Comments

Color spaces of #bb884a

RGB 18713674
HSL0.090.450.51
HSV33°60°73°
CMYK 0.000.270.60   0.27
XYZ30.533728.667510.4027
Yxy28.66750.43870.4119
Hunter Lab53.54208.095625.9600
CIE-Lab60.487112.753840.4435

#bb884a color RGB value is (187,136,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 01001010
Octal 273 210 112
Decimal 187 136 74
Hex BB 88 4A

RGB Percentages of Color #bb884a

%47.10
%34.26
%18.64

CMYK Percentages of Color #bb884a

%0
%27
%60
%27

Triadic Colors of #bb884a

#bb884a #4abb88 #884abb

Analogous Colors of #bb884a

#bb884a #b6bb4a #bb504a

Monochromatic Colors of #bb884a

#bb884a

Complementary Color

#bb884a #4a7dbb

#bb884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb884a Color CSS Codes

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

#bb884a Text Font Color

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

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


#bb884a Background Color

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

This div background color is #bb884a


#bb884a Border Color

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

This div border color is #bb884a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,136,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 #bb884a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb884a


Comments

No comments written yet.

Please login to write comment.