Color Hex Logo

#bb865a Color Hex

#BB865A
(187,134,90)
0 Favorites   0 Comments

Color spaces of #bb865a

RGB 18713490
HSL0.080.420.54
HSV27°52°73°
CMYK 0.000.280.52   0.27
XYZ30.864128.353213.5189
Yxy28.35320.42430.3898
Hunter Lab53.247710.280822.2205
CIE-Lab60.206515.193831.6151

#bb865a color RGB value is (187,134,90).

#bb865a hex color red value is 187, green value is 134 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bb865a hue: 0.08 , saturation: 0.42 and the lightness value of bb865a is 0.54.

The process color (four color CMYK) of #bb865a color hex is 0.00, 0.28, 0.52, 0.27. Web safe color of #bb865a is #cc9966. Color #bb865a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 01011010
Octal 273 206 132
Decimal 187 134 90
Hex BB 86 5A

RGB Percentages of Color #bb865a

%45.50
%32.60
%21.90

CMYK Percentages of Color #bb865a

%0
%28
%52
%27

Triadic Colors of #bb865a

#bb865a #5abb86 #865abb

Analogous Colors of #bb865a

#bb865a #bbb75a #bb5a5f

Monochromatic Colors of #bb865a

#bb865a

Complementary Color

#bb865a #5a8fbb

#bb865a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb865a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb865a Color CSS Codes

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

#bb865a Text Font Color

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

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


#bb865a Background Color

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

This div background color is #bb865a


#bb865a Border Color

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

This div border color is #bb865a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb865a


Comments

No comments written yet.

Please login to write comment.