Shades of Dark Goldenrod #B97D12
Tints of Dark Goldenrod #B97D12
RGB
CMYK
RGB Variations
Color information
#B97D12 (or 0xB97D12) is known color: Dark Goldenrod. HEX triplet: B9, 7D and 12. RGB value is (185,125,18). Sum of RGB (Red+Green+Blue) = 185+125+18=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97D12 is #4682ED. Grayscale: #838383. Windows color (decimal): -4621038 or 1211833. OLE color: 1211833.
HSL color Cylindrical-coordinate representation of color #B97D12: hue angle of 38.44º 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 #B97D12 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 18 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.27 |
| HSL | 38.44º | 0.82% | 0.4% | - |
| HSV(B) | 38.44º | 0.9% | 0.73% | - |
| XYZ | 27.45 | 25.03 | 3.96 | - |
| YUV | 130.74 | 64.38 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 18 | 0 | 0.32 | 0.90 | 0.27 | 38.44 | 0.82 | 0.4 |
| Hex | B9 | 7D | 12 | 0 | 20 | 5A | 1B | 26 | 52 | 28 |
| Octal | 271 | 175 | 22 | 0 | 40 | 132 | 33 | 46 | 122 | 50 |
| Binary | 10111001 | 1111101 | 10010 | 0 | 100000 | 1011010 | 11011 | 100110 | 1010010 | 101000 |
Color Harmonies of #B97D12
Complementary color
Monochromatic Colors of #B97D12
Black with #B97D12
Text Example
Text Example
White with #B97D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D12; }
p { color: rgb(185,125,18); }
H1.HeaderClassName
{
color: #B97D12;
}
.AnyTagClassName
{
color: #B97D12;
}
</style>
background-color css
<style>
a { background-color: #B97D12; }
a { background-color: rgb(185,125,18); }
div.DivClassName
{
background-color: #B97D12;
}
.BgClassName
{
background-color: #B97D12;
}
</style>
border-color css
<style>
span { border-color: #B97D12; }
span { border-color: rgb(185,125,18); }
td.TdClassName
{
border-color: #B97D12;
}
.TagClassName
{
border-color: #B97D12;
}
</style>