Shades of Dark Goldenrod #B98F12
Tints of Dark Goldenrod #B98F12
RGB
CMYK
RGB Variations
Color information
#B98F12 (or 0xB98F12) is known color: Dark Goldenrod. HEX triplet: B9, 8F and 12. RGB value is (185,143,18). Sum of RGB (Red+Green+Blue) = 185+143+18=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98F12 is #4670ED. Grayscale: #8D8D8D. Windows color (decimal): -4616430 or 1216441. OLE color: 1216441.
HSL color Cylindrical-coordinate representation of color #B98F12: hue angle of 44.91º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B98F12 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 18 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.27 |
| HSL | 44.91º | 0.82% | 0.4% | - |
| HSV(B) | 44.91º | 0.9% | 0.73% | - |
| XYZ | 29.94 | 30 | 4.79 | - |
| YUV | 141.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 18 | 0 | 0.23 | 0.90 | 0.27 | 44.91 | 0.82 | 0.4 |
| Hex | B9 | 8F | 12 | 0 | 17 | 5A | 1B | 2D | 52 | 28 |
| Octal | 271 | 217 | 22 | 0 | 27 | 132 | 33 | 55 | 122 | 50 |
| Binary | 10111001 | 10001111 | 10010 | 0 | 10111 | 1011010 | 11011 | 101101 | 1010010 | 101000 |
Color Harmonies of #B98F12
Complementary color
Monochromatic Colors of #B98F12
Black with #B98F12
Text Example
Text Example
White with #B98F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98F12; }
p { color: rgb(185,143,18); }
H1.HeaderClassName
{
color: #B98F12;
}
.AnyTagClassName
{
color: #B98F12;
}
</style>
background-color css
<style>
a { background-color: #B98F12; }
a { background-color: rgb(185,143,18); }
div.DivClassName
{
background-color: #B98F12;
}
.BgClassName
{
background-color: #B98F12;
}
</style>
border-color css
<style>
span { border-color: #B98F12; }
span { border-color: rgb(185,143,18); }
td.TdClassName
{
border-color: #B98F12;
}
.TagClassName
{
border-color: #B98F12;
}
</style>