#BC8E13

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

Shades of Dark Goldenrod #BC8E13

Tints of Dark Goldenrod #BC8E13

Color information

#BC8E13 (or 0xBC8E13) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 8E and 13. RGB value is (188,142,19). Sum of RGB (Red+Green+Blue) = 188+142+19=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8E13 is #4371EC. Grayscale: #8E8E8E. Windows color (decimal): -4420077 or 1281724. OLE color: 1281724.

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

Color convert

RGB18814219-
CMYK00.240.900.26
HSL43.67º81.64%40.59%-
HSV(B)43.67º89.89%73.73%-
XYZ30.5330.084.81-
YUV141.7358.74161-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 19 (7.81% from 255) = 5.44%
R=53.87%
G=40.69%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881421900.240.900.2643.6781.6440.59
HexBC8E130185A1A2c5229
Octal27421623030132325412251
Binary1011110010001110100110110001011010110101011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E13; }

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

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

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

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

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

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

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

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