Color Hex Logo

#bc922b Color Hex

#BC922B
(188,146,43)
0 Favorites   0 Comments

Color spaces of #bc922b

RGB 18814643
HSL0.120.630.45
HSV43°77°74°
CMYK 0.000.220.77   0.26
XYZ31.454031.42366.6930
Yxy31.42360.45210.4517
Hunter Lab56.05682.058832.1607
CIE-Lab62.86365.916557.0403

#bc922b color RGB value is (188,146,43).

#bc922b hex color red value is 188, green value is 146 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bc922b hue: 0.12 , saturation: 0.63 and the lightness value of bc922b is 0.45.

The process color (four color CMYK) of #bc922b color hex is 0.00, 0.22, 0.77, 0.26. Web safe color of #bc922b is #cc9933. Color #bc922b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 00101011
Octal 274 222 53
Decimal 188 146 43
Hex BC 92 2B

RGB Percentages of Color #bc922b

%49.87
%38.73
%11.41

CMYK Percentages of Color #bc922b

%0
%22
%77
%26

Triadic Colors of #bc922b

#bc922b #2bbc92 #922bbc

Analogous Colors of #bc922b

#bc922b #9ebc2b #bc4a2b

Monochromatic Colors of #bc922b

#bc922b

Complementary Color

#bc922b #2b55bc

#bc922b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc922b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc922b Color CSS Codes

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

#bc922b Text Font Color

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

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


#bc922b Background Color

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

This div background color is #bc922b


#bc922b Border Color

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

This div border color is #bc922b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc922b


Comments

No comments written yet.

Please login to write comment.