#BC870E

Color #BC870E Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BC870E

Tints of Dark Goldenrod #BC870E

Color information

#BC870E (or 0xBC870E) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 87 and 0E. RGB value is (188,135,14). Sum of RGB (Red+Green+Blue) = 188+135+14=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC870E is #4378F1. Grayscale: #898989. Windows color (decimal): -4421874 or 952252. OLE color: 952252.

HSL color Cylindrical-coordinate representation of color #BC870E: hue angle of 41.72º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC870E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18813514-
CMYK00.280.930.26
HSL41.72º86.14%39.61%-
HSV(B)41.72º92.55%73.73%-
XYZ29.4828.054.28-
YUV137.0558.56164.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=55.79%
G=40.06%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881351400.280.930.2641.7286.1439.61
HexBC87E01C5D1A2a5628
Octal27420716034135325212650
Binary101111001000011111100111001011101110101010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC870E; }

 p { color: rgb(188,135,14); }

 H1.HeaderClassName
 {
   color: #BC870E;
 }
 .AnyTagClassName
 {
   color: #BC870E;
 }
</style>
background-color css

<style>
 a { background-color: #BC870E; }

 a { background-color: rgb(188,135,14); }

 div.DivClassName
 {
   background-color: #BC870E;
 }
 .BgClassName
 {
   background-color: #BC870E;
 }
</style>
border-color css

<style>
 span { border-color: #BC870E; }

 span { border-color: rgb(188,135,14); }

 td.TdClassName
 {
   border-color: #BC870E;
 }
 .TagClassName
 {
   border-color: #BC870E;
 }
</style>