Shades of Dark Goldenrod #BF8712
Tints of Dark Goldenrod #BF8712
RGB
CMYK
RGB Variations
Color information
#BF8712 (or 0xBF8712) is known color: Dark Goldenrod. HEX triplet: BF, 87 and 12. RGB value is (191,135,18). Sum of RGB (Red+Green+Blue) = 191+135+18=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8712 is #4078ED. Grayscale: #8A8A8A. Windows color (decimal): -4225262 or 1214399. OLE color: 1214399.
HSL color Cylindrical-coordinate representation of color #BF8712: hue angle of 40.58º 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 #BF8712 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 18 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.25 |
| HSL | 40.58º | 0.83% | 0.41% | - |
| HSV(B) | 40.58º | 0.91% | 0.75% | - |
| XYZ | 30.26 | 28.45 | 4.47 | - |
| YUV | 138.41 | 60.05 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 18 | 0 | 0.29 | 0.91 | 0.25 | 40.58 | 0.83 | 0.41 |
| Hex | BF | 87 | 12 | 0 | 1D | 5B | 19 | 29 | 53 | 29 |
| Octal | 277 | 207 | 22 | 0 | 35 | 133 | 31 | 51 | 123 | 51 |
| Binary | 10111111 | 10000111 | 10010 | 0 | 11101 | 1011011 | 11001 | 101001 | 1010011 | 101001 |
Color Harmonies of #BF8712
Complementary color
Monochromatic Colors of #BF8712
Black with #BF8712
Text Example
Text Example
White with #BF8712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8712; }
p { color: rgb(191,135,18); }
H1.HeaderClassName
{
color: #BF8712;
}
.AnyTagClassName
{
color: #BF8712;
}
</style>
background-color css
<style>
a { background-color: #BF8712; }
a { background-color: rgb(191,135,18); }
div.DivClassName
{
background-color: #BF8712;
}
.BgClassName
{
background-color: #BF8712;
}
</style>
border-color css
<style>
span { border-color: #BF8712; }
span { border-color: rgb(191,135,18); }
td.TdClassName
{
border-color: #BF8712;
}
.TagClassName
{
border-color: #BF8712;
}
</style>