Color Hex Logo

#bc850c Color Hex

#BC850C
(188,133,12)
0 Favorites   0 Comments

Color spaces of #bc850c

RGB 18813312
HSL0.110.880.39
HSV41°94°74°
CMYK 0.000.290.94   0.26
XYZ29.192927.49304.1159
Yxy27.49300.48010.4522
Hunter Lab52.43387.622132.0495
CIE-Lab59.427912.231562.9261

#bc850c color RGB value is (188,133,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 00001100
Octal 274 205 14
Decimal 188 133 12
Hex BC 85 C

RGB Percentages of Color #bc850c

%56.46
%39.94
%3.60

CMYK Percentages of Color #bc850c

%0
%29
%94
%26

Triadic Colors of #bc850c

#bc850c #0cbc85 #850cbc

Analogous Colors of #bc850c

#bc850c #9bbc0c #bc2d0c

Monochromatic Colors of #bc850c

#bc850c

Complementary Color

#bc850c #0c43bc

#bc850c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc850c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc850c Color CSS Codes

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

#bc850c Text Font Color

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

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


#bc850c Background Color

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

This div background color is #bc850c


#bc850c Border Color

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

This div border color is #bc850c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc850c


Comments

No comments written yet.

Please login to write comment.