Shades of Dark Goldenrod #B97A16
Tints of Dark Goldenrod #B97A16
RGB
CMYK
RGB Variations
Color information
#B97A16 (or 0xB97A16) is known color: Dark Goldenrod. HEX triplet: B9, 7A and 16. RGB value is (185,122,22). Sum of RGB (Red+Green+Blue) = 185+122+22=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97A16 is #4685E9. Grayscale: #818181. Windows color (decimal): -4621802 or 1473209. OLE color: 1473209.
HSL color Cylindrical-coordinate representation of color #B97A16: hue angle of 36.81º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B97A16 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 122 | 22 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.27 |
| HSL | 36.81º | 0.79% | 0.41% | - |
| HSV(B) | 36.81º | 0.88% | 0.73% | - |
| XYZ | 27.11 | 24.29 | 4.02 | - |
| YUV | 129.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 22 | 0 | 0.34 | 0.88 | 0.27 | 36.81 | 0.79 | 0.41 |
| Hex | B9 | 7A | 16 | 0 | 22 | 58 | 1B | 25 | 4F | 29 |
| Octal | 271 | 172 | 26 | 0 | 42 | 130 | 33 | 45 | 117 | 51 |
| Binary | 10111001 | 1111010 | 10110 | 0 | 100010 | 1011000 | 11011 | 100101 | 1001111 | 101001 |
Color Harmonies of #B97A16
Complementary color
Monochromatic Colors of #B97A16
Black with #B97A16
Text Example
Text Example
White with #B97A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97A16; }
p { color: rgb(185,122,22); }
H1.HeaderClassName
{
color: #B97A16;
}
.AnyTagClassName
{
color: #B97A16;
}
</style>
background-color css
<style>
a { background-color: #B97A16; }
a { background-color: rgb(185,122,22); }
div.DivClassName
{
background-color: #B97A16;
}
.BgClassName
{
background-color: #B97A16;
}
</style>
border-color css
<style>
span { border-color: #B97A16; }
span { border-color: rgb(185,122,22); }
td.TdClassName
{
border-color: #B97A16;
}
.TagClassName
{
border-color: #B97A16;
}
</style>