Color Hex Logo

#bb993f Color Hex

#BB993F
(187,153,63)
0 Favorites   0 Comments

Color spaces of #bb993f

RGB 18715363
HSL0.120.500.49
HSV44°66°73°
CMYK 0.000.180.66   0.27
XYZ32.782033.70619.4808
Yxy33.70610.43150.4437
Hunter Lab58.0570-0.809230.9577
CIE-Lab64.72862.677950.5414

#bb993f color RGB value is (187,153,63).

#bb993f hex color red value is 187, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bb993f hue: 0.12 , saturation: 0.50 and the lightness value of bb993f is 0.49.

The process color (four color CMYK) of #bb993f color hex is 0.00, 0.18, 0.66, 0.27. Web safe color of #bb993f is #cc9933. Color #bb993f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 00111111
Octal 273 231 77
Decimal 187 153 63
Hex BB 99 3F

RGB Percentages of Color #bb993f

%46.40
%37.97
%15.63

CMYK Percentages of Color #bb993f

%0
%18
%66
%27

Triadic Colors of #bb993f

#bb993f #3fbb99 #993fbb

Analogous Colors of #bb993f

#bb993f #9fbb3f #bb5b3f

Monochromatic Colors of #bb993f

#bb993f

Complementary Color

#bb993f #3f61bb

#bb993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb993f Color CSS Codes

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

#bb993f Text Font Color

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

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


#bb993f Background Color

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

This div background color is #bb993f


#bb993f Border Color

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

This div border color is #bb993f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb993f


Comments

No comments written yet.

Please login to write comment.