Shades of Dark Goldenrod #BF8C19
Tints of Dark Goldenrod #BF8C19
RGB
CMYK
RGB Variations
Color information
#BF8C19 (or 0xBF8C19) is known color: Dark Goldenrod. HEX triplet: BF, 8C and 19. RGB value is (191,140,25). Sum of RGB (Red+Green+Blue) = 191+140+25=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C19 is #4073E6. Grayscale: #8E8E8E. Windows color (decimal): -4223975 or 1674431. OLE color: 1674431.
HSL color Cylindrical-coordinate representation of color #BF8C19: hue angle of 41.57º degrees, saturation: 0.77, 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 #BF8C19 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 25 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.25 |
| HSL | 41.57º | 0.77% | 0.42% | - |
| HSV(B) | 41.57º | 0.87% | 0.75% | - |
| XYZ | 31.04 | 29.9 | 5.06 | - |
| YUV | 142.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 25 | 0 | 0.27 | 0.87 | 0.25 | 41.57 | 0.77 | 0.42 |
| Hex | BF | 8C | 19 | 0 | 1B | 57 | 19 | 2A | 4D | 2A |
| Octal | 277 | 214 | 31 | 0 | 33 | 127 | 31 | 52 | 115 | 52 |
| Binary | 10111111 | 10001100 | 11001 | 0 | 11011 | 1010111 | 11001 | 101010 | 1001101 | 101010 |
Color Harmonies of #BF8C19
Complementary color
Monochromatic Colors of #BF8C19
Black with #BF8C19
Text Example
Text Example
White with #BF8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C19; }
p { color: rgb(191,140,25); }
H1.HeaderClassName
{
color: #BF8C19;
}
.AnyTagClassName
{
color: #BF8C19;
}
</style>
background-color css
<style>
a { background-color: #BF8C19; }
a { background-color: rgb(191,140,25); }
div.DivClassName
{
background-color: #BF8C19;
}
.BgClassName
{
background-color: #BF8C19;
}
</style>
border-color css
<style>
span { border-color: #BF8C19; }
span { border-color: rgb(191,140,25); }
td.TdClassName
{
border-color: #BF8C19;
}
.TagClassName
{
border-color: #BF8C19;
}
</style>