Shades of Dark Goldenrod #BF8912
Tints of Dark Goldenrod #BF8912
RGB
CMYK
RGB Variations
Color information
#BF8912 (or 0xBF8912) is known color: Dark Goldenrod. HEX triplet: BF, 89 and 12. RGB value is (191,137,18). Sum of RGB (Red+Green+Blue) = 191+137+18=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8912 is #4076ED. Grayscale: #8C8C8C. Windows color (decimal): -4224750 or 1214911. OLE color: 1214911.
HSL color Cylindrical-coordinate representation of color #BF8912: hue angle of 41.27º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF8912 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 18 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.25 |
| HSL | 41.27º | 0.83% | 0.41% | - |
| HSV(B) | 41.27º | 0.91% | 0.75% | - |
| XYZ | 30.54 | 29.01 | 4.56 | - |
| YUV | 139.58 | 59.39 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 18 | 0 | 0.28 | 0.91 | 0.25 | 41.27 | 0.83 | 0.41 |
| Hex | BF | 89 | 12 | 0 | 1C | 5B | 19 | 29 | 53 | 29 |
| Octal | 277 | 211 | 22 | 0 | 34 | 133 | 31 | 51 | 123 | 51 |
| Binary | 10111111 | 10001001 | 10010 | 0 | 11100 | 1011011 | 11001 | 101001 | 1010011 | 101001 |
Color Harmonies of #BF8912
Complementary color
Monochromatic Colors of #BF8912
Black with #BF8912
Text Example
Text Example
White with #BF8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8912; }
p { color: rgb(191,137,18); }
H1.HeaderClassName
{
color: #BF8912;
}
.AnyTagClassName
{
color: #BF8912;
}
</style>
background-color css
<style>
a { background-color: #BF8912; }
a { background-color: rgb(191,137,18); }
div.DivClassName
{
background-color: #BF8912;
}
.BgClassName
{
background-color: #BF8912;
}
</style>
border-color css
<style>
span { border-color: #BF8912; }
span { border-color: rgb(191,137,18); }
td.TdClassName
{
border-color: #BF8912;
}
.TagClassName
{
border-color: #BF8912;
}
</style>