Color Hex Logo

#bb922e Color Hex

#BB922E
(187,146,46)
0 Favorites   0 Comments

Color spaces of #bb922e

RGB 18714646
HSL0.120.610.46
HSV43°75°73°
CMYK 0.000.220.75   0.27
XYZ31.265531.31986.9822
Yxy31.31980.44940.4502
Hunter Lab55.96411.785631.7777
CIE-Lab62.77675.598955.7695

#bb922e color RGB value is (187,146,46).

#bb922e hex color red value is 187, green value is 146 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bb922e hue: 0.12 , saturation: 0.61 and the lightness value of bb922e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 00101110
Octal 273 222 56
Decimal 187 146 46
Hex BB 92 2E

RGB Percentages of Color #bb922e

%49.34
%38.52
%12.14

CMYK Percentages of Color #bb922e

%0
%22
%75
%27

Triadic Colors of #bb922e

#bb922e #2ebb92 #922ebb

Analogous Colors of #bb922e

#bb922e #9ebb2e #bb4c2e

Monochromatic Colors of #bb922e

#bb922e

Complementary Color

#bb922e #2e57bb

#bb922e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb922e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb922e Color CSS Codes

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

#bb922e Text Font Color

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

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


#bb922e Background Color

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

This div background color is #bb922e


#bb922e Border Color

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

This div border color is #bb922e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb922e


Comments

No comments written yet.

Please login to write comment.