Shades of Dark Goldenrod #BF8412
Tints of Dark Goldenrod #BF8412
RGB
CMYK
RGB Variations
Color information
#BF8412 (or 0xBF8412) is known color: Dark Goldenrod. HEX triplet: BF, 84 and 12. RGB value is (191,132,18). Sum of RGB (Red+Green+Blue) = 191+132+18=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8412 is #407BED. Grayscale: #898989. Windows color (decimal): -4226030 or 1213631. OLE color: 1213631.
HSL color Cylindrical-coordinate representation of color #BF8412: hue angle of 39.54º 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 #BF8412 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 18 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.25 |
| HSL | 39.54º | 0.83% | 0.41% | - |
| HSV(B) | 39.54º | 0.91% | 0.75% | - |
| XYZ | 29.85 | 27.62 | 4.33 | - |
| YUV | 136.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 18 | 0 | 0.31 | 0.91 | 0.25 | 39.54 | 0.83 | 0.41 |
| Hex | BF | 84 | 12 | 0 | 1F | 5B | 19 | 28 | 53 | 29 |
| Octal | 277 | 204 | 22 | 0 | 37 | 133 | 31 | 50 | 123 | 51 |
| Binary | 10111111 | 10000100 | 10010 | 0 | 11111 | 1011011 | 11001 | 101000 | 1010011 | 101001 |
Color Harmonies of #BF8412
Complementary color
Monochromatic Colors of #BF8412
Black with #BF8412
Text Example
Text Example
White with #BF8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8412; }
p { color: rgb(191,132,18); }
H1.HeaderClassName
{
color: #BF8412;
}
.AnyTagClassName
{
color: #BF8412;
}
</style>
background-color css
<style>
a { background-color: #BF8412; }
a { background-color: rgb(191,132,18); }
div.DivClassName
{
background-color: #BF8412;
}
.BgClassName
{
background-color: #BF8412;
}
</style>
border-color css
<style>
span { border-color: #BF8412; }
span { border-color: rgb(191,132,18); }
td.TdClassName
{
border-color: #BF8412;
}
.TagClassName
{
border-color: #BF8412;
}
</style>