Color Hex Logo

#bc840b Color Hex

#BC840B
(188,132,11)
0 Favorites   0 Comments

Color spaces of #bc840b

RGB 18813211
HSL0.110.890.39
HSV41°94°74°
CMYK 0.000.300.94   0.26
XYZ29.050727.21814.0391
Yxy27.21810.48170.4513
Hunter Lab52.17108.096131.9294
CIE-Lab59.175712.770162.9113

#bc840b color RGB value is (188,132,11).

#bc840b hex color red value is 188, green value is 132 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc840b hue: 0.11 , saturation: 0.89 and the lightness value of bc840b is 0.39.

The process color (four color CMYK) of #bc840b color hex is 0.00, 0.30, 0.94, 0.26. Web safe color of #bc840b is #cc9900. Color #bc840b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000100 00001011
Octal 274 204 13
Decimal 188 132 11
Hex BC 84 B

RGB Percentages of Color #bc840b

%56.80
%39.88
%3.32

CMYK Percentages of Color #bc840b

%0
%30
%94
%26

Triadic Colors of #bc840b

#bc840b #0bbc84 #840bbc

Analogous Colors of #bc840b

#bc840b #9cbc0b #bc2c0b

Monochromatic Colors of #bc840b

#bc840b

Complementary Color

#bc840b #0b43bc

#bc840b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc840b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc840b Color CSS Codes

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

#bc840b Text Font Color

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

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


#bc840b Background Color

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

This div background color is #bc840b


#bc840b Border Color

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

This div border color is #bc840b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc840b


Comments

No comments written yet.

Please login to write comment.