Shades of Dark Goldenrod #BF8807
Tints of Dark Goldenrod #BF8807
RGB
CMYK
RGB Variations
Color information
#BF8807 (or 0xBF8807) is known color: Dark Goldenrod. HEX triplet: BF, 88 and 07. RGB value is (191,136,7). Sum of RGB (Red+Green+Blue) = 191+136+7=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8807 is #4077F8. Grayscale: #8A8A8A. Windows color (decimal): -4225017 or 493759. OLE color: 493759.
HSL color Cylindrical-coordinate representation of color #BF8807: hue angle of 42.07º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF8807 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.25 |
| HSL | 42.07º | 0.93% | 0.39% | - |
| HSV(B) | 42.07º | 0.96% | 0.75% | - |
| XYZ | 30.33 | 28.7 | 4.14 | - |
| YUV | 137.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 7 | 0 | 0.29 | 0.96 | 0.25 | 42.07 | 0.93 | 0.39 |
| Hex | BF | 88 | 7 | 0 | 1D | 60 | 19 | 2A | 5D | 27 |
| Octal | 277 | 210 | 7 | 0 | 35 | 140 | 31 | 52 | 135 | 47 |
| Binary | 10111111 | 10001000 | 111 | 0 | 11101 | 1100000 | 11001 | 101010 | 1011101 | 100111 |
Color Harmonies of #BF8807
Complementary color
Monochromatic Colors of #BF8807
Black with #BF8807
Text Example
Text Example
White with #BF8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8807; }
p { color: rgb(191,136,7); }
H1.HeaderClassName
{
color: #BF8807;
}
.AnyTagClassName
{
color: #BF8807;
}
</style>
background-color css
<style>
a { background-color: #BF8807; }
a { background-color: rgb(191,136,7); }
div.DivClassName
{
background-color: #BF8807;
}
.BgClassName
{
background-color: #BF8807;
}
</style>
border-color css
<style>
span { border-color: #BF8807; }
span { border-color: rgb(191,136,7); }
td.TdClassName
{
border-color: #BF8807;
}
.TagClassName
{
border-color: #BF8807;
}
</style>