Shades of Dark Goldenrod #BF8F12
Tints of Dark Goldenrod #BF8F12
RGB
CMYK
RGB Variations
Color information
#BF8F12 (or 0xBF8F12) is known color: Dark Goldenrod. HEX triplet: BF, 8F and 12. RGB value is (191,143,18). Sum of RGB (Red+Green+Blue) = 191+143+18=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8F12 is #4070ED. Grayscale: #8F8F8F. Windows color (decimal): -4223214 or 1216447. OLE color: 1216447.
HSL color Cylindrical-coordinate representation of color #BF8F12: hue angle of 43.35º 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 #BF8F12 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 18 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.25 |
| HSL | 43.35º | 0.83% | 0.41% | - |
| HSV(B) | 43.35º | 0.91% | 0.75% | - |
| XYZ | 31.42 | 30.76 | 4.85 | - |
| YUV | 143.1 | 57.4 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 18 | 0 | 0.25 | 0.91 | 0.25 | 43.35 | 0.83 | 0.41 |
| Hex | BF | 8F | 12 | 0 | 19 | 5B | 19 | 2B | 53 | 29 |
| Octal | 277 | 217 | 22 | 0 | 31 | 133 | 31 | 53 | 123 | 51 |
| Binary | 10111111 | 10001111 | 10010 | 0 | 11001 | 1011011 | 11001 | 101011 | 1010011 | 101001 |
Color Harmonies of #BF8F12
Complementary color
Monochromatic Colors of #BF8F12
Black with #BF8F12
Text Example
Text Example
White with #BF8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F12; }
p { color: rgb(191,143,18); }
H1.HeaderClassName
{
color: #BF8F12;
}
.AnyTagClassName
{
color: #BF8F12;
}
</style>
background-color css
<style>
a { background-color: #BF8F12; }
a { background-color: rgb(191,143,18); }
div.DivClassName
{
background-color: #BF8F12;
}
.BgClassName
{
background-color: #BF8F12;
}
</style>
border-color css
<style>
span { border-color: #BF8F12; }
span { border-color: rgb(191,143,18); }
td.TdClassName
{
border-color: #BF8F12;
}
.TagClassName
{
border-color: #BF8F12;
}
</style>