Shades of Dark Goldenrod #BF800F
Tints of Dark Goldenrod #BF800F
RGB
CMYK
RGB Variations
Color information
#BF800F (or 0xBF800F) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 0F. RGB value is (191,128,15). Sum of RGB (Red+Green+Blue) = 191+128+15=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF800F is #407FF0. Grayscale: #868686. Windows color (decimal): -4227057 or 1015999. OLE color: 1015999.
HSL color Cylindrical-coordinate representation of color #BF800F: hue angle of 38.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF800F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 15 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.25 |
| HSL | 38.52º | 0.85% | 0.4% | - |
| HSV(B) | 38.52º | 0.92% | 0.75% | - |
| XYZ | 29.29 | 26.55 | 4.03 | - |
| YUV | 133.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 15 | 0 | 0.33 | 0.92 | 0.25 | 38.52 | 0.85 | 0.4 |
| Hex | BF | 80 | F | 0 | 21 | 5C | 19 | 27 | 55 | 28 |
| Octal | 277 | 200 | 17 | 0 | 41 | 134 | 31 | 47 | 125 | 50 |
| Binary | 10111111 | 10000000 | 1111 | 0 | 100001 | 1011100 | 11001 | 100111 | 1010101 | 101000 |
Color Harmonies of #BF800F
Complementary color
Monochromatic Colors of #BF800F
Black with #BF800F
Text Example
Text Example
White with #BF800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF800F; }
p { color: rgb(191,128,15); }
H1.HeaderClassName
{
color: #BF800F;
}
.AnyTagClassName
{
color: #BF800F;
}
</style>
background-color css
<style>
a { background-color: #BF800F; }
a { background-color: rgb(191,128,15); }
div.DivClassName
{
background-color: #BF800F;
}
.BgClassName
{
background-color: #BF800F;
}
</style>
border-color css
<style>
span { border-color: #BF800F; }
span { border-color: rgb(191,128,15); }
td.TdClassName
{
border-color: #BF800F;
}
.TagClassName
{
border-color: #BF800F;
}
</style>