#BF810C

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

Shades of Dark Goldenrod #BF810C

Tints of Dark Goldenrod #BF810C

Color information

#BF810C (or 0xBF810C) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 81 and 0C. RGB value is (191,129,12). Sum of RGB (Red+Green+Blue) = 191+129+12=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF810C is #407EF3. Grayscale: #868686. Windows color (decimal): -4226804 or 819647. OLE color: 819647.

HSL color Cylindrical-coordinate representation of color #BF810C: hue angle of 39.22º 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 #BF810C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB19112912-
CMYK00.320.940.25
HSL39.22º88.18%39.8%-
HSV(B)39.22º93.72%74.9%-
XYZ29.426.83.97-
YUV134.259.04168.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.53%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 12 (5.08% from 255) = 3.61%
R=57.53%
G=38.86%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911291200.320.940.2539.2288.1839.8
HexBF81C0205E19275828
Octal27720114040136314713050
Binary1011111110000001110001000001011110110011001111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF810C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF810C; }

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

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

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

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

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

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

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

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