Shades of Dark Goldenrod #BF8013
Tints of Dark Goldenrod #BF8013
RGB
CMYK
RGB Variations
Color information
#BF8013 (or 0xBF8013) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 13. RGB value is (191,128,19). Sum of RGB (Red+Green+Blue) = 191+128+19=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8013 is #407FEC. Grayscale: #868686. Windows color (decimal): -4227053 or 1278143. OLE color: 1278143.
HSL color Cylindrical-coordinate representation of color #BF8013: hue angle of 38.02º 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 #BF8013 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 19 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.25 |
| HSL | 38.02º | 0.82% | 0.41% | - |
| HSV(B) | 38.02º | 0.9% | 0.75% | - |
| XYZ | 29.32 | 26.56 | 4.2 | - |
| YUV | 134.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 19 | 0 | 0.33 | 0.90 | 0.25 | 38.02 | 0.82 | 0.41 |
| Hex | BF | 80 | 13 | 0 | 21 | 5A | 19 | 26 | 52 | 29 |
| Octal | 277 | 200 | 23 | 0 | 41 | 132 | 31 | 46 | 122 | 51 |
| Binary | 10111111 | 10000000 | 10011 | 0 | 100001 | 1011010 | 11001 | 100110 | 1010010 | 101001 |
Color Harmonies of #BF8013
Complementary color
Monochromatic Colors of #BF8013
Black with #BF8013
Text Example
Text Example
White with #BF8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8013; }
p { color: rgb(191,128,19); }
H1.HeaderClassName
{
color: #BF8013;
}
.AnyTagClassName
{
color: #BF8013;
}
</style>
background-color css
<style>
a { background-color: #BF8013; }
a { background-color: rgb(191,128,19); }
div.DivClassName
{
background-color: #BF8013;
}
.BgClassName
{
background-color: #BF8013;
}
</style>
border-color css
<style>
span { border-color: #BF8013; }
span { border-color: rgb(191,128,19); }
td.TdClassName
{
border-color: #BF8013;
}
.TagClassName
{
border-color: #BF8013;
}
</style>