Shades of Dark Goldenrod #BF810E
Tints of Dark Goldenrod #BF810E
RGB
CMYK
RGB Variations
Color information
#BF810E (or 0xBF810E) is known color: Dark Goldenrod. HEX triplet: BF, 81 and 0E. RGB value is (191,129,14). Sum of RGB (Red+Green+Blue) = 191+129+14=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF810E is #407EF1. Grayscale: #868686. Windows color (decimal): -4226802 or 950719. OLE color: 950719.
HSL color Cylindrical-coordinate representation of color #BF810E: hue angle of 38.98º 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 #BF810E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 14 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.25 |
| HSL | 38.98º | 0.86% | 0.4% | - |
| HSV(B) | 38.98º | 0.93% | 0.75% | - |
| XYZ | 29.42 | 26.81 | 4.04 | - |
| YUV | 134.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 14 | 0 | 0.32 | 0.93 | 0.25 | 38.98 | 0.86 | 0.4 |
| Hex | BF | 81 | E | 0 | 20 | 5D | 19 | 27 | 56 | 28 |
| Octal | 277 | 201 | 16 | 0 | 40 | 135 | 31 | 47 | 126 | 50 |
| Binary | 10111111 | 10000001 | 1110 | 0 | 100000 | 1011101 | 11001 | 100111 | 1010110 | 101000 |
Color Harmonies of #BF810E
Complementary color
Monochromatic Colors of #BF810E
Black with #BF810E
Text Example
Text Example
White with #BF810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF810E; }
p { color: rgb(191,129,14); }
H1.HeaderClassName
{
color: #BF810E;
}
.AnyTagClassName
{
color: #BF810E;
}
</style>
background-color css
<style>
a { background-color: #BF810E; }
a { background-color: rgb(191,129,14); }
div.DivClassName
{
background-color: #BF810E;
}
.BgClassName
{
background-color: #BF810E;
}
</style>
border-color css
<style>
span { border-color: #BF810E; }
span { border-color: rgb(191,129,14); }
td.TdClassName
{
border-color: #BF810E;
}
.TagClassName
{
border-color: #BF810E;
}
</style>