Shades of Dark Goldenrod #BF8713
Tints of Dark Goldenrod #BF8713
RGB
CMYK
RGB Variations
Color information
#BF8713 (or 0xBF8713) is known color: Dark Goldenrod. HEX triplet: BF, 87 and 13. RGB value is (191,135,19). Sum of RGB (Red+Green+Blue) = 191+135+19=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8713 is #4078EC. Grayscale: #8B8B8B. Windows color (decimal): -4225261 or 1279935. OLE color: 1279935.
HSL color Cylindrical-coordinate representation of color #BF8713: hue angle of 40.47º 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 #BF8713 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 19 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.25 |
| HSL | 40.47º | 0.82% | 0.41% | - |
| HSV(B) | 40.47º | 0.9% | 0.75% | - |
| XYZ | 30.27 | 28.45 | 4.51 | - |
| YUV | 138.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 19 | 0 | 0.29 | 0.90 | 0.25 | 40.47 | 0.82 | 0.41 |
| Hex | BF | 87 | 13 | 0 | 1D | 5A | 19 | 28 | 52 | 29 |
| Octal | 277 | 207 | 23 | 0 | 35 | 132 | 31 | 50 | 122 | 51 |
| Binary | 10111111 | 10000111 | 10011 | 0 | 11101 | 1011010 | 11001 | 101000 | 1010010 | 101001 |
Color Harmonies of #BF8713
Complementary color
Monochromatic Colors of #BF8713
Black with #BF8713
Text Example
Text Example
White with #BF8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8713; }
p { color: rgb(191,135,19); }
H1.HeaderClassName
{
color: #BF8713;
}
.AnyTagClassName
{
color: #BF8713;
}
</style>
background-color css
<style>
a { background-color: #BF8713; }
a { background-color: rgb(191,135,19); }
div.DivClassName
{
background-color: #BF8713;
}
.BgClassName
{
background-color: #BF8713;
}
</style>
border-color css
<style>
span { border-color: #BF8713; }
span { border-color: rgb(191,135,19); }
td.TdClassName
{
border-color: #BF8713;
}
.TagClassName
{
border-color: #BF8713;
}
</style>