Shades of Dark Goldenrod #BF8A16
Tints of Dark Goldenrod #BF8A16
RGB
CMYK
RGB Variations
Color information
#BF8A16 (or 0xBF8A16) is known color: Dark Goldenrod. HEX triplet: BF, 8A and 16. RGB value is (191,138,22). Sum of RGB (Red+Green+Blue) = 191+138+22=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8A16 is #4075E9. Grayscale: #8D8D8D. Windows color (decimal): -4224490 or 1477311. OLE color: 1477311.
HSL color Cylindrical-coordinate representation of color #BF8A16: hue angle of 41.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF8A16 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 22 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.25 |
| HSL | 41.18º | 0.79% | 0.42% | - |
| HSV(B) | 41.18º | 0.88% | 0.75% | - |
| XYZ | 30.72 | 29.31 | 4.8 | - |
| YUV | 140.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 22 | 0 | 0.28 | 0.88 | 0.25 | 41.18 | 0.79 | 0.42 |
| Hex | BF | 8A | 16 | 0 | 1C | 58 | 19 | 29 | 4F | 2A |
| Octal | 277 | 212 | 26 | 0 | 34 | 130 | 31 | 51 | 117 | 52 |
| Binary | 10111111 | 10001010 | 10110 | 0 | 11100 | 1011000 | 11001 | 101001 | 1001111 | 101010 |
Color Harmonies of #BF8A16
Complementary color
Monochromatic Colors of #BF8A16
Black with #BF8A16
Text Example
Text Example
White with #BF8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8A16; }
p { color: rgb(191,138,22); }
H1.HeaderClassName
{
color: #BF8A16;
}
.AnyTagClassName
{
color: #BF8A16;
}
</style>
background-color css
<style>
a { background-color: #BF8A16; }
a { background-color: rgb(191,138,22); }
div.DivClassName
{
background-color: #BF8A16;
}
.BgClassName
{
background-color: #BF8A16;
}
</style>
border-color css
<style>
span { border-color: #BF8A16; }
span { border-color: rgb(191,138,22); }
td.TdClassName
{
border-color: #BF8A16;
}
.TagClassName
{
border-color: #BF8A16;
}
</style>