Shades of Dark Goldenrod #B96F0A
Tints of Dark Goldenrod #B96F0A
RGB
CMYK
RGB Variations
Color information
#B96F0A (or 0xB96F0A) is known color: Dark Goldenrod. HEX triplet: B9, 6F and 0A. RGB value is (185,111,10). Sum of RGB (Red+Green+Blue) = 185+111+10=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96F0A is #4690F5. Grayscale: #7A7A7A. Windows color (decimal): -4624630 or 683961. OLE color: 683961.
HSL color Cylindrical-coordinate representation of color #B96F0A: hue angle of 34.63º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B96F0A is Cyan = 0, Magento = 0.4, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 10 | - |
| CMYK | 0 | 0.4 | 0.95 | 0.27 |
| HSL | 34.63º | 0.9% | 0.38% | - |
| HSV(B) | 34.63º | 0.95% | 0.73% | - |
| XYZ | 25.75 | 21.71 | 3.12 | - |
| YUV | 121.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 10 | 0 | 0.4 | 0.95 | 0.27 | 34.63 | 0.9 | 0.38 |
| Hex | B9 | 6F | A | 0 | 28 | 5F | 1B | 23 | 5A | 26 |
| Octal | 271 | 157 | 12 | 0 | 50 | 137 | 33 | 43 | 132 | 46 |
| Binary | 10111001 | 1101111 | 1010 | 0 | 101000 | 1011111 | 11011 | 100011 | 1011010 | 100110 |
Color Harmonies of #B96F0A
Complementary color
Monochromatic Colors of #B96F0A
Black with #B96F0A
Text Example
Text Example
White with #B96F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F0A; }
p { color: rgb(185,111,10); }
H1.HeaderClassName
{
color: #B96F0A;
}
.AnyTagClassName
{
color: #B96F0A;
}
</style>
background-color css
<style>
a { background-color: #B96F0A; }
a { background-color: rgb(185,111,10); }
div.DivClassName
{
background-color: #B96F0A;
}
.BgClassName
{
background-color: #B96F0A;
}
</style>
border-color css
<style>
span { border-color: #B96F0A; }
span { border-color: rgb(185,111,10); }
td.TdClassName
{
border-color: #B96F0A;
}
.TagClassName
{
border-color: #B96F0A;
}
</style>