#BC8E01

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

Shades of Dark Goldenrod #BC8E01

Tints of Dark Goldenrod #BC8E01

Color information

#BC8E01 (or 0xBC8E01) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 8E and 01. RGB value is (188,142,1). Sum of RGB (Red+Green+Blue) = 188+142+1=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8E01 is #4371FE. Grayscale: #8C8C8C. Windows color (decimal): -4420095 or 102076. OLE color: 102076.

HSL color Cylindrical-coordinate representation of color #BC8E01: hue angle of 45.24º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC8E01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1881421-
CMYK00.240.990.26
HSL45.24º98.94%37.06%-
HSV(B)45.24º99.47%73.73%-
XYZ30.4230.044.22-
YUV139.6849.74162.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=56.80%
G=42.90%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188142100.240.990.2645.2498.9437.06
HexBC8E1018631A2d6325
Octal2742161030143325514345
Binary101111001000111010110001100011110101011011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E01; }

 p { color: rgb(188,142,1); }

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

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

 a { background-color: rgb(188,142,1); }

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

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

 span { border-color: rgb(188,142,1); }

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