Shades of Dark Goldenrod #BF9012
Tints of Dark Goldenrod #BF9012
RGB
CMYK
RGB Variations
Color information
#BF9012 (or 0xBF9012) is known color: Dark Goldenrod. HEX triplet: BF, 90 and 12. RGB value is (191,144,18). Sum of RGB (Red+Green+Blue) = 191+144+18=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9012 is #406FED. Grayscale: #909090. Windows color (decimal): -4222958 or 1216703. OLE color: 1216703.
HSL color Cylindrical-coordinate representation of color #BF9012: hue angle of 43.7º 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 #BF9012 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 18 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.25 |
| HSL | 43.7º | 0.83% | 0.41% | - |
| HSV(B) | 43.7º | 0.91% | 0.75% | - |
| XYZ | 31.57 | 31.07 | 4.9 | - |
| YUV | 143.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 18 | 0 | 0.25 | 0.91 | 0.25 | 43.7 | 0.83 | 0.41 |
| Hex | BF | 90 | 12 | 0 | 19 | 5B | 19 | 2C | 53 | 29 |
| Octal | 277 | 220 | 22 | 0 | 31 | 133 | 31 | 54 | 123 | 51 |
| Binary | 10111111 | 10010000 | 10010 | 0 | 11001 | 1011011 | 11001 | 101100 | 1010011 | 101001 |
Color Harmonies of #BF9012
Complementary color
Monochromatic Colors of #BF9012
Black with #BF9012
Text Example
Text Example
White with #BF9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9012; }
p { color: rgb(191,144,18); }
H1.HeaderClassName
{
color: #BF9012;
}
.AnyTagClassName
{
color: #BF9012;
}
</style>
background-color css
<style>
a { background-color: #BF9012; }
a { background-color: rgb(191,144,18); }
div.DivClassName
{
background-color: #BF9012;
}
.BgClassName
{
background-color: #BF9012;
}
</style>
border-color css
<style>
span { border-color: #BF9012; }
span { border-color: rgb(191,144,18); }
td.TdClassName
{
border-color: #BF9012;
}
.TagClassName
{
border-color: #BF9012;
}
</style>