color codes Logo

#bb932c color codes

#BB932C
(187,147,44)
0 Favorites   0 Comments

Color spaces of #bb932c

RGB 18714744
HSL0.120.620.45
HSV43°76°73°
CMYK 0.000.210.76   0.27
XYZ31.381931.61416.8310
Yxy31.61410.44940.4527
Hunter Lab56.22641.230832.1553
CIE-Lab63.02274.966556.7757

#bb932c color RGB value is (187,147,44).

#bb932c hex color red value is 187, green value is 147 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bb932c hue: 0.12 , saturation: 0.62 and the lightness value of bb932c is 0.45.

The process color (four color CMYK) of #bb932c color code is 0.00, 0.21, 0.76, 0.27. Web safe color of #bb932c is #cc9933. Color #bb932c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 00101100
Octal 273 223 54
Decimal 187 147 44
Hex BB 93 2C

RGB Percentages of Color #bb932c

%49.47
%38.89
%11.64

CMYK Percentages of Color #bb932c

%0
%21
%76
%27

Triadic Colors of #bb932c

#bb932c #2cbb93 #932cbb

Analogous Colors of #bb932c

#bb932c #9cbb2c #bb4b2c

Monochromatic Colors of #bb932c

#bb932c

Complementary Color

#bb932c #2c54bb

#bb932c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb932c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb932c Color CSS Codes

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

#bb932c Text Font Color

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

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


#bb932c Background Color

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

This div background color is #bb932c


#bb932c Border Color

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

This div border color is #bb932c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb932c


Comments

No comments written yet.

Please login to write comment.