Color Hex Logo

#bb806d Color Hex

#BB806D
(187,128,109)
0 Favorites   0 Comments

Color spaces of #bb806d

RGB 187128109
HSL0.040.360.58
HSV15°42°73°
CMYK 0.000.320.42   0.27
XYZ30.973027.107318.0678
Yxy27.10730.40670.3560
Hunter Lab52.064715.075515.8701
CIE-Lab59.073520.481119.5335

#bb806d color RGB value is (187,128,109).

#bb806d hex color red value is 187, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bb806d hue: 0.04 , saturation: 0.36 and the lightness value of bb806d is 0.58.

The process color (four color CMYK) of #bb806d color hex is 0.00, 0.32, 0.42, 0.27. Web safe color of #bb806d is #cc9966. Color #bb806d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 01101101
Octal 273 200 155
Decimal 187 128 109
Hex BB 80 6D

RGB Percentages of Color #bb806d

%44.10
%30.19
%25.71

CMYK Percentages of Color #bb806d

%0
%32
%42
%27

Triadic Colors of #bb806d

#bb806d #6dbb80 #806dbb

Analogous Colors of #bb806d

#bb806d #bba76d #bb6d81

Monochromatic Colors of #bb806d

#bb806d

Complementary Color

#bb806d #6da8bb

#bb806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb806d Color CSS Codes

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

#bb806d Text Font Color

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

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


#bb806d Background Color

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

This div background color is #bb806d


#bb806d Border Color

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

This div border color is #bb806d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb806d


Comments

No comments written yet.

Please login to write comment.