Shades of Dark Goldenrod #BF8112
Tints of Dark Goldenrod #BF8112
RGB
CMYK
RGB Variations
Color information
#BF8112 (or 0xBF8112) is known color: Dark Goldenrod. HEX triplet: BF, 81 and 12. RGB value is (191,129,18). Sum of RGB (Red+Green+Blue) = 191+129+18=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8112 is #407EED. Grayscale: #878787. Windows color (decimal): -4226798 or 1212863. OLE color: 1212863.
HSL color Cylindrical-coordinate representation of color #BF8112: hue angle of 38.5º 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 #BF8112 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 18 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.25 |
| HSL | 38.5º | 0.83% | 0.41% | - |
| HSV(B) | 38.5º | 0.91% | 0.75% | - |
| XYZ | 29.45 | 26.82 | 4.2 | - |
| YUV | 134.88 | 62.04 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 18 | 0 | 0.32 | 0.91 | 0.25 | 38.5 | 0.83 | 0.41 |
| Hex | BF | 81 | 12 | 0 | 20 | 5B | 19 | 26 | 53 | 29 |
| Octal | 277 | 201 | 22 | 0 | 40 | 133 | 31 | 46 | 123 | 51 |
| Binary | 10111111 | 10000001 | 10010 | 0 | 100000 | 1011011 | 11001 | 100110 | 1010011 | 101001 |
Color Harmonies of #BF8112
Complementary color
Monochromatic Colors of #BF8112
Black with #BF8112
Text Example
Text Example
White with #BF8112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8112; }
p { color: rgb(191,129,18); }
H1.HeaderClassName
{
color: #BF8112;
}
.AnyTagClassName
{
color: #BF8112;
}
</style>
background-color css
<style>
a { background-color: #BF8112; }
a { background-color: rgb(191,129,18); }
div.DivClassName
{
background-color: #BF8112;
}
.BgClassName
{
background-color: #BF8112;
}
</style>
border-color css
<style>
span { border-color: #BF8112; }
span { border-color: rgb(191,129,18); }
td.TdClassName
{
border-color: #BF8112;
}
.TagClassName
{
border-color: #BF8112;
}
</style>