Shades of Dark Goldenrod #BF8805
Tints of Dark Goldenrod #BF8805
RGB
CMYK
RGB Variations
Color information
#BF8805 (or 0xBF8805) is known color: Dark Goldenrod. HEX triplet: BF, 88 and 05. RGB value is (191,136,5). Sum of RGB (Red+Green+Blue) = 191+136+5=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8805 is #4077FA. Grayscale: #8A8A8A. Windows color (decimal): -4225019 or 362687. OLE color: 362687.
HSL color Cylindrical-coordinate representation of color #BF8805: hue angle of 42.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF8805 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.25 |
| HSL | 42.26º | 0.95% | 0.38% | - |
| HSV(B) | 42.26º | 0.97% | 0.75% | - |
| XYZ | 30.32 | 28.7 | 4.08 | - |
| YUV | 137.51 | 53.22 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 5 | 0 | 0.29 | 0.97 | 0.25 | 42.26 | 0.95 | 0.38 |
| Hex | BF | 88 | 5 | 0 | 1D | 61 | 19 | 2A | 5F | 26 |
| Octal | 277 | 210 | 5 | 0 | 35 | 141 | 31 | 52 | 137 | 46 |
| Binary | 10111111 | 10001000 | 101 | 0 | 11101 | 1100001 | 11001 | 101010 | 1011111 | 100110 |
Color Harmonies of #BF8805
Complementary color
Monochromatic Colors of #BF8805
Black with #BF8805
Text Example
Text Example
White with #BF8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8805; }
p { color: rgb(191,136,5); }
H1.HeaderClassName
{
color: #BF8805;
}
.AnyTagClassName
{
color: #BF8805;
}
</style>
background-color css
<style>
a { background-color: #BF8805; }
a { background-color: rgb(191,136,5); }
div.DivClassName
{
background-color: #BF8805;
}
.BgClassName
{
background-color: #BF8805;
}
</style>
border-color css
<style>
span { border-color: #BF8805; }
span { border-color: rgb(191,136,5); }
td.TdClassName
{
border-color: #BF8805;
}
.TagClassName
{
border-color: #BF8805;
}
</style>