Shades of Dark Goldenrod #B98B00
Tints of Dark Goldenrod #B98B00
RGB
CMYK
RGB Variations
Color information
#B98B00 (or 0xB98B00) is known color: Dark Goldenrod. HEX triplet: B9, 8B and 00. RGB value is (185,139,0). Sum of RGB (Red+Green+Blue) = 185+139+0=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98B00 is #4674FF. Grayscale: #898989. Windows color (decimal): -4617472 or 35769. OLE color: 35769.
HSL color Cylindrical-coordinate representation of color #B98B00: hue angle of 45.08º 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 #B98B00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.27 |
| HSL | 45.08º | 1% | 0.36% | - |
| HSV(B) | 45.08º | 1% | 0.73% | - |
| XYZ | 29.24 | 28.78 | 4.01 | - |
| YUV | 136.91 | 50.74 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 0 | 0 | 0.25 | 1 | 0.27 | 45.08 | 1 | 0.36 |
| Hex | B9 | 8B | 0 | 0 | 19 | 64 | 1B | 2D | 64 | 24 |
| Octal | 271 | 213 | 0 | 0 | 31 | 144 | 33 | 55 | 144 | 44 |
| Binary | 10111001 | 10001011 | 0 | 0 | 11001 | 1100100 | 11011 | 101101 | 1100100 | 100100 |
Color Harmonies of #B98B00
Complementary color
Monochromatic Colors of #B98B00
Black with #B98B00
Text Example
Text Example
White with #B98B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B00; }
p { color: rgb(185,139,0); }
H1.HeaderClassName
{
color: #B98B00;
}
.AnyTagClassName
{
color: #B98B00;
}
</style>
background-color css
<style>
a { background-color: #B98B00; }
a { background-color: rgb(185,139,0); }
div.DivClassName
{
background-color: #B98B00;
}
.BgClassName
{
background-color: #B98B00;
}
</style>
border-color css
<style>
span { border-color: #B98B00; }
span { border-color: rgb(185,139,0); }
td.TdClassName
{
border-color: #B98B00;
}
.TagClassName
{
border-color: #B98B00;
}
</style>