Shades of Dark Goldenrod #BF810B
Tints of Dark Goldenrod #BF810B
RGB
CMYK
RGB Variations
Color information
#BF810B (or 0xBF810B) is known color: Dark Goldenrod. HEX triplet: BF, 81 and 0B. RGB value is (191,129,11). Sum of RGB (Red+Green+Blue) = 191+129+11=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF810B is #407EF4. Grayscale: #868686. Windows color (decimal): -4226805 or 754111. OLE color: 754111.
HSL color Cylindrical-coordinate representation of color #BF810B: hue angle of 39.33º degrees, saturation: 0.89, 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 #BF810B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.25 |
| HSL | 39.33º | 0.89% | 0.4% | - |
| HSV(B) | 39.33º | 0.94% | 0.75% | - |
| XYZ | 29.4 | 26.8 | 3.94 | - |
| YUV | 134.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 11 | 0 | 0.32 | 0.94 | 0.25 | 39.33 | 0.89 | 0.4 |
| Hex | BF | 81 | B | 0 | 20 | 5E | 19 | 27 | 59 | 28 |
| Octal | 277 | 201 | 13 | 0 | 40 | 136 | 31 | 47 | 131 | 50 |
| Binary | 10111111 | 10000001 | 1011 | 0 | 100000 | 1011110 | 11001 | 100111 | 1011001 | 101000 |
Color Harmonies of #BF810B
Complementary color
Monochromatic Colors of #BF810B
Black with #BF810B
Text Example
Text Example
White with #BF810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF810B; }
p { color: rgb(191,129,11); }
H1.HeaderClassName
{
color: #BF810B;
}
.AnyTagClassName
{
color: #BF810B;
}
</style>
background-color css
<style>
a { background-color: #BF810B; }
a { background-color: rgb(191,129,11); }
div.DivClassName
{
background-color: #BF810B;
}
.BgClassName
{
background-color: #BF810B;
}
</style>
border-color css
<style>
span { border-color: #BF810B; }
span { border-color: rgb(191,129,11); }
td.TdClassName
{
border-color: #BF810B;
}
.TagClassName
{
border-color: #BF810B;
}
</style>