Color Hex Logo

#bb923b Color Hex

#BB923B
(187,146,59)
0 Favorites   0 Comments

Color spaces of #bb923b

RGB 18714659
HSL0.110.520.48
HSV41°68°73°
CMYK 0.000.220.68   0.27
XYZ31.561831.43838.5424
Yxy31.43830.44120.4394
Hunter Lab56.06992.355630.2159
CIE-Lab62.87596.258150.3740

#bb923b color RGB value is (187,146,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 00111011
Octal 273 222 73
Decimal 187 146 59
Hex BB 92 3B

RGB Percentages of Color #bb923b

%47.70
%37.24
%15.05

CMYK Percentages of Color #bb923b

%0
%22
%68
%27

Triadic Colors of #bb923b

#bb923b #3bbb92 #923bbb

Analogous Colors of #bb923b

#bb923b #a4bb3b #bb523b

Monochromatic Colors of #bb923b

#bb923b

Complementary Color

#bb923b #3b64bb

#bb923b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb923b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb923b Color CSS Codes

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

#bb923b Text Font Color

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

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


#bb923b Background Color

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

This div background color is #bb923b


#bb923b Border Color

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

This div border color is #bb923b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb923b


Comments

No comments written yet.

Please login to write comment.