Shades of Dark Goldenrod #BF800B
Tints of Dark Goldenrod #BF800B
RGB
CMYK
RGB Variations
Color information
#BF800B (or 0xBF800B) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 0B. RGB value is (191,128,11). Sum of RGB (Red+Green+Blue) = 191+128+11=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF800B is #407FF4. Grayscale: #868686. Windows color (decimal): -4227061 or 753855. OLE color: 753855.
HSL color Cylindrical-coordinate representation of color #BF800B: hue angle of 39º 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 #BF800B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.25 |
| HSL | 39º | 0.89% | 0.4% | - |
| HSV(B) | 39º | 0.94% | 0.75% | - |
| XYZ | 29.27 | 26.54 | 3.9 | - |
| YUV | 133.5 | 58.87 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 11 | 0 | 0.33 | 0.94 | 0.25 | 39 | 0.89 | 0.4 |
| Hex | BF | 80 | B | 0 | 21 | 5E | 19 | 27 | 59 | 28 |
| Octal | 277 | 200 | 13 | 0 | 41 | 136 | 31 | 47 | 131 | 50 |
| Binary | 10111111 | 10000000 | 1011 | 0 | 100001 | 1011110 | 11001 | 100111 | 1011001 | 101000 |
Color Harmonies of #BF800B
Complementary color
Monochromatic Colors of #BF800B
Black with #BF800B
Text Example
Text Example
White with #BF800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF800B; }
p { color: rgb(191,128,11); }
H1.HeaderClassName
{
color: #BF800B;
}
.AnyTagClassName
{
color: #BF800B;
}
</style>
background-color css
<style>
a { background-color: #BF800B; }
a { background-color: rgb(191,128,11); }
div.DivClassName
{
background-color: #BF800B;
}
.BgClassName
{
background-color: #BF800B;
}
</style>
border-color css
<style>
span { border-color: #BF800B; }
span { border-color: rgb(191,128,11); }
td.TdClassName
{
border-color: #BF800B;
}
.TagClassName
{
border-color: #BF800B;
}
</style>