Color Hex Logo

#bb8f39 Color Hex

#BB8F39
(187,143,57)
0 Favorites   0 Comments

Color spaces of #bb8f39

RGB 18714357
HSL0.110.530.48
HSV40°70°73°
CMYK 0.000.240.70   0.27
XYZ31.054530.50518.1222
Yxy30.50510.44570.4378
Hunter Lab55.23143.708729.9430
CIE-Lab62.08767.790850.4424

#bb8f39 color RGB value is (187,143,57).

#bb8f39 hex color red value is 187, green value is 143 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bb8f39 hue: 0.11 , saturation: 0.53 and the lightness value of bb8f39 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 00111001
Octal 273 217 71
Decimal 187 143 57
Hex BB 8F 39

RGB Percentages of Color #bb8f39

%48.32
%36.95
%14.73

CMYK Percentages of Color #bb8f39

%0
%24
%70
%27

Triadic Colors of #bb8f39

#bb8f39 #39bb8f #8f39bb

Analogous Colors of #bb8f39

#bb8f39 #a6bb39 #bb4e39

Monochromatic Colors of #bb8f39

#bb8f39

Complementary Color

#bb8f39 #3965bb

#bb8f39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8f39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8f39 Color CSS Codes

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

#bb8f39 Text Font Color

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

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


#bb8f39 Background Color

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

This div background color is #bb8f39


#bb8f39 Border Color

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

This div border color is #bb8f39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8f39


Comments

No comments written yet.

Please login to write comment.