Color Hex Logo

#bb923e Color Hex

#BB923E
(187,146,62)
0 Favorites   0 Comments

Color spaces of #bb923e

RGB 18714662
HSL0.110.500.49
HSV40°67°73°
CMYK 0.000.220.67   0.27
XYZ31.641931.47048.9641
Yxy31.47040.43900.4366
Hunter Lab56.09852.509129.7949
CIE-Lab62.90276.435149.0339

#bb923e color RGB value is (187,146,62).

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

The process color (four color CMYK) of #bb923e color hex is 0.00, 0.22, 0.67, 0.27. Web safe color of #bb923e is #cc9933. Color #bb923e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 00111110
Octal 273 222 76
Decimal 187 146 62
Hex BB 92 3E

RGB Percentages of Color #bb923e

%47.34
%36.96
%15.70

CMYK Percentages of Color #bb923e

%0
%22
%67
%27

Triadic Colors of #bb923e

#bb923e #3ebb92 #923ebb

Analogous Colors of #bb923e

#bb923e #a6bb3e #bb533e

Monochromatic Colors of #bb923e

#bb923e

Complementary Color

#bb923e #3e67bb

#bb923e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb923e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb923e Color CSS Codes

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

#bb923e Text Font Color

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

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


#bb923e Background Color

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

This div background color is #bb923e


#bb923e Border Color

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

This div border color is #bb923e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb923e


Comments

No comments written yet.

Please login to write comment.