Color Hex Logo

#bc842f Color Hex

#BC842F
(188,132,47)
0 Favorites   0 Comments

Color spaces of #bc842f

RGB 18813247
HSL0.100.600.46
HSV36°75°74°
CMYK 0.000.300.75   0.26
XYZ29.503427.39916.4229
Yxy27.39910.46590.4327
Hunter Lab52.34419.008029.3657
CIE-Lab59.341913.793952.0448

#bc842f color RGB value is (188,132,47).

#bc842f hex color red value is 188, green value is 132 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc842f hue: 0.10 , saturation: 0.60 and the lightness value of bc842f is 0.46.

The process color (four color CMYK) of #bc842f color hex is 0.00, 0.30, 0.75, 0.26. Web safe color of #bc842f is #cc9933. Color #bc842f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000100 00101111
Octal 274 204 57
Decimal 188 132 47
Hex BC 84 2F

RGB Percentages of Color #bc842f

%51.23
%35.97
%12.81

CMYK Percentages of Color #bc842f

%0
%30
%75
%26

Triadic Colors of #bc842f

#bc842f #2fbc84 #842fbc

Analogous Colors of #bc842f

#bc842f #aebc2f #bc3e2f

Monochromatic Colors of #bc842f

#bc842f

Complementary Color

#bc842f #2f67bc

#bc842f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc842f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc842f Color CSS Codes

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

#bc842f Text Font Color

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

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


#bc842f Background Color

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

This div background color is #bc842f


#bc842f Border Color

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

This div border color is #bc842f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc842f


Comments

No comments written yet.

Please login to write comment.