Color Hex Logo

#bc8610 Color Hex

#BC8610
(188,134,16)
0 Favorites   0 Comments

Color spaces of #bc8610

RGB 18813416
HSL0.110.840.40
HSV41°91°74°
CMYK 0.000.290.91   0.26
XYZ29.357727.77904.3048
Yxy27.77900.47780.4521
Hunter Lab52.70587.191332.0515
CIE-Lab59.688611.741662.3640

#bc8610 color RGB value is (188,134,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 00010000
Octal 274 206 20
Decimal 188 134 16
Hex BC 86 10

RGB Percentages of Color #bc8610

%55.62
%39.64
%4.73

CMYK Percentages of Color #bc8610

%0
%29
%91
%26

Triadic Colors of #bc8610

#bc8610 #10bc86 #8610bc

Analogous Colors of #bc8610

#bc8610 #9cbc10 #bc3010

Monochromatic Colors of #bc8610

#bc8610

Complementary Color

#bc8610 #1046bc

#bc8610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8610 Color CSS Codes

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

#bc8610 Text Font Color

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

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


#bc8610 Background Color

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

This div background color is #bc8610


#bc8610 Border Color

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

This div border color is #bc8610


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,134,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 #bc8610">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8610


Comments

No comments written yet.

Please login to write comment.