#BC820F

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

Shades of Dark Goldenrod #BC820F

Tints of Dark Goldenrod #BC820F

Color information

#BC820F (or 0xBC820F) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 82 and 0F. RGB value is (188,130,15). Sum of RGB (Red+Green+Blue) = 188+130+15=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC820F is #437DF0. Grayscale: #868686. Windows color (decimal): -4423153 or 1016508. OLE color: 1016508.

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

Color convert

RGB18813015-
CMYK00.310.920.26
HSL39.88º85.22%39.8%-
HSV(B)39.88º92.02%73.73%-
XYZ28.8126.694.09-
YUV134.2360.72166.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 15 (6.25% from 255) = 4.50%
R=56.46%
G=39.04%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881301500.310.920.2639.8885.2239.8
HexBC82F01F5C1A285528
Octal27420217037134325012550
Binary101111001000001011110111111011100110101010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC820F; }

 p { color: rgb(188,130,15); }

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

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

 a { background-color: rgb(188,130,15); }

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

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

 span { border-color: rgb(188,130,15); }

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