Shades of Dark Goldenrod #BF8218
Tints of Dark Goldenrod #BF8218
RGB
CMYK
RGB Variations
Color information
#BF8218 (or 0xBF8218) is known color: Dark Goldenrod. HEX triplet: BF, 82 and 18. RGB value is (191,130,24). Sum of RGB (Red+Green+Blue) = 191+130+24=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8218 is #407DE7. Grayscale: #888888. Windows color (decimal): -4226536 or 1606335. OLE color: 1606335.
HSL color Cylindrical-coordinate representation of color #BF8218: hue angle of 38.08º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF8218 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 24 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.25 |
| HSL | 38.08º | 0.78% | 0.42% | - |
| HSV(B) | 38.08º | 0.87% | 0.75% | - |
| XYZ | 29.63 | 27.11 | 4.53 | - |
| YUV | 136.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 24 | 0 | 0.32 | 0.87 | 0.25 | 38.08 | 0.78 | 0.42 |
| Hex | BF | 82 | 18 | 0 | 20 | 57 | 19 | 26 | 4E | 2A |
| Octal | 277 | 202 | 30 | 0 | 40 | 127 | 31 | 46 | 116 | 52 |
| Binary | 10111111 | 10000010 | 11000 | 0 | 100000 | 1010111 | 11001 | 100110 | 1001110 | 101010 |
Color Harmonies of #BF8218
Complementary color
Monochromatic Colors of #BF8218
Black with #BF8218
Text Example
Text Example
White with #BF8218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8218; }
p { color: rgb(191,130,24); }
H1.HeaderClassName
{
color: #BF8218;
}
.AnyTagClassName
{
color: #BF8218;
}
</style>
background-color css
<style>
a { background-color: #BF8218; }
a { background-color: rgb(191,130,24); }
div.DivClassName
{
background-color: #BF8218;
}
.BgClassName
{
background-color: #BF8218;
}
</style>
border-color css
<style>
span { border-color: #BF8218; }
span { border-color: rgb(191,130,24); }
td.TdClassName
{
border-color: #BF8218;
}
.TagClassName
{
border-color: #BF8218;
}
</style>