Shades of Dark Goldenrod #B89900
Tints of Dark Goldenrod #B89900
RGB
CMYK
RGB Variations
Color information
#B89900 (or 0xB89900) is known color: Dark Goldenrod. HEX triplet: B8, 99 and 00. RGB value is (184,153,0). Sum of RGB (Red+Green+Blue) = 184+153+0=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B89900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89900 is #4766FF. Grayscale: #919191. Windows color (decimal): -4679424 or 39352. OLE color: 39352.
HSL color Cylindrical-coordinate representation of color #B89900: hue angle of 49.89º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B89900 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.28 |
| HSL | 49.89º | 1% | 0.36% | - |
| HSV(B) | 49.89º | 1% | 0.72% | - |
| XYZ | 31.16 | 32.97 | 4.72 | - |
| YUV | 144.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 0 | 0 | 0.17 | 1 | 0.28 | 49.89 | 1 | 0.36 |
| Hex | B8 | 99 | 0 | 0 | 11 | 64 | 1C | 32 | 64 | 24 |
| Octal | 270 | 231 | 0 | 0 | 21 | 144 | 34 | 62 | 144 | 44 |
| Binary | 10111000 | 10011001 | 0 | 0 | 10001 | 1100100 | 11100 | 110010 | 1100100 | 100100 |
Color Harmonies of #B89900
Complementary color
Monochromatic Colors of #B89900
Black with #B89900
Text Example
Text Example
White with #B89900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89900; }
p { color: rgb(184,153,0); }
H1.HeaderClassName
{
color: #B89900;
}
.AnyTagClassName
{
color: #B89900;
}
</style>
background-color css
<style>
a { background-color: #B89900; }
a { background-color: rgb(184,153,0); }
div.DivClassName
{
background-color: #B89900;
}
.BgClassName
{
background-color: #B89900;
}
</style>
border-color css
<style>
span { border-color: #B89900; }
span { border-color: rgb(184,153,0); }
td.TdClassName
{
border-color: #B89900;
}
.TagClassName
{
border-color: #B89900;
}
</style>