Color Hex Logo

#bb685a Color Hex

#BB685A
(187,104,90)
0 Favorites   0 Comments

Color spaces of #bb685a

RGB 18710490
HSL0.020.420.54
HSV52°73°
CMYK 0.000.440.52   0.27
XYZ27.289321.203612.3273
Yxy21.20360.44870.3486
Hunter Lab46.047425.202516.3607
CIE-Lab53.171631.700222.5081

#bb685a color RGB value is (187,104,90).

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

The process color (four color CMYK) of #bb685a color hex is 0.00, 0.44, 0.52, 0.27. Web safe color of #bb685a is #cc6666. Color #bb685a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 01011010
Octal 273 150 132
Decimal 187 104 90
Hex BB 68 5A

RGB Percentages of Color #bb685a

%49.08
%27.30
%23.62

CMYK Percentages of Color #bb685a

%0
%44
%52
%27

Triadic Colors of #bb685a

#bb685a #5abb68 #685abb

Analogous Colors of #bb685a

#bb685a #bb995a #bb5a7d

Monochromatic Colors of #bb685a

#bb685a

Complementary Color

#bb685a #5aadbb

#bb685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb685a Color CSS Codes

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

#bb685a Text Font Color

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

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


#bb685a Background Color

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

This div background color is #bb685a


#bb685a Border Color

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

This div border color is #bb685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb685a


Comments

No comments written yet.

Please login to write comment.