Color Hex Logo

#bc8510 Color Hex

#BC8510
(188,133,16)
0 Favorites   0 Comments

Color spaces of #bc8510

RGB 18813316
HSL0.110.840.40
HSV41°91°74°
CMYK 0.000.290.91   0.26
XYZ29.220127.50384.2589
Yxy27.50380.47920.4510
Hunter Lab52.44417.677231.8960
CIE-Lab59.437812.293662.1746

#bc8510 color RGB value is (188,133,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 00010000
Octal 274 205 20
Decimal 188 133 16
Hex BC 85 10

RGB Percentages of Color #bc8510

%55.79
%39.47
%4.75

CMYK Percentages of Color #bc8510

%0
%29
%91
%26

Triadic Colors of #bc8510

#bc8510 #10bc85 #8510bc

Analogous Colors of #bc8510

#bc8510 #9dbc10 #bc2f10

Monochromatic Colors of #bc8510

#bc8510

Complementary Color

#bc8510 #1047bc

#bc8510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8510 Color CSS Codes

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

#bc8510 Text Font Color

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

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


#bc8510 Background Color

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

This div background color is #bc8510


#bc8510 Border Color

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

This div border color is #bc8510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8510


Comments

No comments written yet.

Please login to write comment.