Color Hex Logo

#bb9c73 Color Hex

#BB9C73
(187,156,115)
0 Favorites   0 Comments

Color spaces of #bb9c73

RGB 187156115
HSL0.090.350.59
HSV34°39°73°
CMYK 0.000.170.39   0.27
XYZ35.476535.579521.2174
Yxy35.57950.38450.3856
Hunter Lab59.64861.779520.6641
CIE-Lab66.19745.702325.7687

#bb9c73 color RGB value is (187,156,115).

#bb9c73 hex color red value is 187, green value is 156 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bb9c73 hue: 0.09 , saturation: 0.35 and the lightness value of bb9c73 is 0.59.

The process color (four color CMYK) of #bb9c73 color hex is 0.00, 0.17, 0.39, 0.27. Web safe color of #bb9c73 is #cc9966. Color #bb9c73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011100 01110011
Octal 273 234 163
Decimal 187 156 115
Hex BB 9C 73

RGB Percentages of Color #bb9c73

%40.83
%34.06
%25.11

CMYK Percentages of Color #bb9c73

%0
%17
%39
%27

Triadic Colors of #bb9c73

#bb9c73 #73bb9c #9c73bb

Analogous Colors of #bb9c73

#bb9c73 #b6bb73 #bb7873

Monochromatic Colors of #bb9c73

#bb9c73

Complementary Color

#bb9c73 #7392bb

#bb9c73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9c73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9c73 Color CSS Codes

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

#bb9c73 Text Font Color

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

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


#bb9c73 Background Color

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

This div background color is #bb9c73


#bb9c73 Border Color

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

This div border color is #bb9c73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9c73


Comments

No comments written yet.

Please login to write comment.