Shades of Dark Goldenrod #B96B04
Tints of Dark Goldenrod #B96B04
RGB
CMYK
RGB Variations
Color information
#B96B04 (or 0xB96B04) is known color: Dark Goldenrod. HEX triplet: B9, 6B and 04. RGB value is (185,107,4). Sum of RGB (Red+Green+Blue) = 185+107+4=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96B04 is #4694FB. Grayscale: #777777. Windows color (decimal): -4625660 or 289721. OLE color: 289721.
HSL color Cylindrical-coordinate representation of color #B96B04: hue angle of 34.14º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B96B04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.27 |
| HSL | 34.14º | 0.96% | 0.37% | - |
| HSV(B) | 34.14º | 0.98% | 0.73% | - |
| XYZ | 25.29 | 20.84 | 2.8 | - |
| YUV | 118.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 4 | 0 | 0.42 | 0.98 | 0.27 | 34.14 | 0.96 | 0.37 |
| Hex | B9 | 6B | 4 | 0 | 2A | 62 | 1B | 22 | 60 | 25 |
| Octal | 271 | 153 | 4 | 0 | 52 | 142 | 33 | 42 | 140 | 45 |
| Binary | 10111001 | 1101011 | 100 | 0 | 101010 | 1100010 | 11011 | 100010 | 1100000 | 100101 |
Color Harmonies of #B96B04
Complementary color
Monochromatic Colors of #B96B04
Black with #B96B04
Text Example
Text Example
White with #B96B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B04; }
p { color: rgb(185,107,4); }
H1.HeaderClassName
{
color: #B96B04;
}
.AnyTagClassName
{
color: #B96B04;
}
</style>
background-color css
<style>
a { background-color: #B96B04; }
a { background-color: rgb(185,107,4); }
div.DivClassName
{
background-color: #B96B04;
}
.BgClassName
{
background-color: #B96B04;
}
</style>
border-color css
<style>
span { border-color: #B96B04; }
span { border-color: rgb(185,107,4); }
td.TdClassName
{
border-color: #B96B04;
}
.TagClassName
{
border-color: #B96B04;
}
</style>