#BF7D0E

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

Shades of Dark Goldenrod #BF7D0E

Tints of Dark Goldenrod #BF7D0E

Color information

#BF7D0E (or 0xBF7D0E) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 7D and 0E. RGB value is (191,125,14). Sum of RGB (Red+Green+Blue) = 191+125+14=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D0E is #4082F1. Grayscale: #848484. Windows color (decimal): -4227826 or 949695. OLE color: 949695.

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

Color convert

RGB19112514-
CMYK00.350.930.25
HSL37.63º86.34%40.2%-
HSV(B)37.63º92.67%74.9%-
XYZ28.925.783.87-
YUV132.0861.37170.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 14 (5.86% from 255) = 4.24%
R=57.88%
G=37.88%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911251400.350.930.2537.6386.3440.2
HexBF7DE0235D19265628
Octal27717516043135314612650
Binary101111111111101111001000111011101110011001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7D0E; }

 p { color: rgb(191,125,14); }

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

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

 a { background-color: rgb(191,125,14); }

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

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

 span { border-color: rgb(191,125,14); }

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