Shades of Dark Goldenrod #BF8C13
Tints of Dark Goldenrod #BF8C13
RGB
CMYK
RGB Variations
Color information
#BF8C13 (or 0xBF8C13) is known color: Dark Goldenrod. HEX triplet: BF, 8C and 13. RGB value is (191,140,19). Sum of RGB (Red+Green+Blue) = 191+140+19=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C13 is #4073EC. Grayscale: #8D8D8D. Windows color (decimal): -4223981 or 1281215. OLE color: 1281215.
HSL color Cylindrical-coordinate representation of color #BF8C13: hue angle of 42.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF8C13 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 19 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.25 |
| HSL | 42.21º | 0.82% | 0.41% | - |
| HSV(B) | 42.21º | 0.9% | 0.75% | - |
| XYZ | 30.98 | 29.88 | 4.75 | - |
| YUV | 141.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 19 | 0 | 0.27 | 0.90 | 0.25 | 42.21 | 0.82 | 0.41 |
| Hex | BF | 8C | 13 | 0 | 1B | 5A | 19 | 2A | 52 | 29 |
| Octal | 277 | 214 | 23 | 0 | 33 | 132 | 31 | 52 | 122 | 51 |
| Binary | 10111111 | 10001100 | 10011 | 0 | 11011 | 1011010 | 11001 | 101010 | 1010010 | 101001 |
Color Harmonies of #BF8C13
Complementary color
Monochromatic Colors of #BF8C13
Black with #BF8C13
Text Example
Text Example
White with #BF8C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C13; }
p { color: rgb(191,140,19); }
H1.HeaderClassName
{
color: #BF8C13;
}
.AnyTagClassName
{
color: #BF8C13;
}
</style>
background-color css
<style>
a { background-color: #BF8C13; }
a { background-color: rgb(191,140,19); }
div.DivClassName
{
background-color: #BF8C13;
}
.BgClassName
{
background-color: #BF8C13;
}
</style>
border-color css
<style>
span { border-color: #BF8C13; }
span { border-color: rgb(191,140,19); }
td.TdClassName
{
border-color: #BF8C13;
}
.TagClassName
{
border-color: #BF8C13;
}
</style>