Shades of Dark Goldenrod #B98400
Tints of Dark Goldenrod #B98400
RGB
CMYK
RGB Variations
Color information
#B98400 (or 0xB98400) is known color: Dark Goldenrod. HEX triplet: B9, 84 and 00. RGB value is (185,132,0). Sum of RGB (Red+Green+Blue) = 185+132+0=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B98400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98400 is #467BFF. Grayscale: #858585. Windows color (decimal): -4619264 or 33977. OLE color: 33977.
HSL color Cylindrical-coordinate representation of color #B98400: hue angle of 42.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B98400 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.27 |
| HSL | 42.81º | 1% | 0.36% | - |
| HSV(B) | 42.81º | 1% | 0.73% | - |
| XYZ | 28.26 | 26.82 | 3.69 | - |
| YUV | 132.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 0 | 0 | 0.29 | 1 | 0.27 | 42.81 | 1 | 0.36 |
| Hex | B9 | 84 | 0 | 0 | 1D | 64 | 1B | 2B | 64 | 24 |
| Octal | 271 | 204 | 0 | 0 | 35 | 144 | 33 | 53 | 144 | 44 |
| Binary | 10111001 | 10000100 | 0 | 0 | 11101 | 1100100 | 11011 | 101011 | 1100100 | 100100 |
Color Harmonies of #B98400
Complementary color
Monochromatic Colors of #B98400
Black with #B98400
Text Example
Text Example
White with #B98400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98400; }
p { color: rgb(185,132,0); }
H1.HeaderClassName
{
color: #B98400;
}
.AnyTagClassName
{
color: #B98400;
}
</style>
background-color css
<style>
a { background-color: #B98400; }
a { background-color: rgb(185,132,0); }
div.DivClassName
{
background-color: #B98400;
}
.BgClassName
{
background-color: #B98400;
}
</style>
border-color css
<style>
span { border-color: #B98400; }
span { border-color: rgb(185,132,0); }
td.TdClassName
{
border-color: #B98400;
}
.TagClassName
{
border-color: #B98400;
}
</style>