#BF800C

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

Shades of Dark Goldenrod #BF800C

Tints of Dark Goldenrod #BF800C

Color information

#BF800C (or 0xBF800C) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 80 and 0C. RGB value is (191,128,12). Sum of RGB (Red+Green+Blue) = 191+128+12=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF800C is #407FF3. Grayscale: #868686. Windows color (decimal): -4227060 or 819391. OLE color: 819391.

HSL color Cylindrical-coordinate representation of color #BF800C: hue angle of 38.88º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF800C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB19112812-
CMYK00.330.940.25
HSL38.88º88.18%39.8%-
HSV(B)38.88º93.72%74.9%-
XYZ29.2726.543.93-
YUV133.6159.37168.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 12 (5.08% from 255) = 3.63%
R=57.70%
G=38.67%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911281200.330.940.2538.8888.1839.8
HexBF80C0215E19275828
Octal27720014041136314713050
Binary1011111110000000110001000011011110110011001111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF800C; }

 p { color: rgb(191,128,12); }

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

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

 a { background-color: rgb(191,128,12); }

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

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

 span { border-color: rgb(191,128,12); }

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