#BC8C13

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

Shades of Dark Goldenrod #BC8C13

Tints of Dark Goldenrod #BC8C13

Color information

#BC8C13 (or 0xBC8C13) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 8C and 13. RGB value is (188,140,19). Sum of RGB (Red+Green+Blue) = 188+140+19=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C13 is #4373EC. Grayscale: #8D8D8D. Windows color (decimal): -4420589 or 1281212. OLE color: 1281212.

HSL color Cylindrical-coordinate representation of color #BC8C13: hue angle of 42.96º 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 #BC8C13 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18814019-
CMYK00.260.900.26
HSL42.96º81.64%40.59%-
HSV(B)42.96º89.89%73.73%-
XYZ30.2329.494.72-
YUV140.5659.4161.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 19 (7.81% from 255) = 5.48%
R=54.18%
G=40.35%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881401900.260.900.2642.9681.6440.59
HexBC8C1301A5A1A2b5229
Octal27421423032132325312251
Binary1011110010001100100110110101011010110101010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C13; }

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

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

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

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

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

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

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

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