Shades of Dark Goldenrod #B89500
Tints of Dark Goldenrod #B89500
RGB
CMYK
RGB Variations
Color information
#B89500 (or 0xB89500) is known color: Dark Goldenrod. HEX triplet: B8, 95 and 00. RGB value is (184,149,0). Sum of RGB (Red+Green+Blue) = 184+149+0=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B89500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89500 is #476AFF. Grayscale: #8F8F8F. Windows color (decimal): -4680448 or 38328. OLE color: 38328.
HSL color Cylindrical-coordinate representation of color #B89500: hue angle of 48.59º 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 #B89500 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.28 |
| HSL | 48.59º | 1% | 0.36% | - |
| HSV(B) | 48.59º | 1% | 0.72% | - |
| XYZ | 30.51 | 31.69 | 4.51 | - |
| YUV | 142.48 | 47.6 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 0 | 0 | 0.19 | 1 | 0.28 | 48.59 | 1 | 0.36 |
| Hex | B8 | 95 | 0 | 0 | 13 | 64 | 1C | 31 | 64 | 24 |
| Octal | 270 | 225 | 0 | 0 | 23 | 144 | 34 | 61 | 144 | 44 |
| Binary | 10111000 | 10010101 | 0 | 0 | 10011 | 1100100 | 11100 | 110001 | 1100100 | 100100 |
Color Harmonies of #B89500
Complementary color
Monochromatic Colors of #B89500
Black with #B89500
Text Example
Text Example
White with #B89500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89500; }
p { color: rgb(184,149,0); }
H1.HeaderClassName
{
color: #B89500;
}
.AnyTagClassName
{
color: #B89500;
}
</style>
background-color css
<style>
a { background-color: #B89500; }
a { background-color: rgb(184,149,0); }
div.DivClassName
{
background-color: #B89500;
}
.BgClassName
{
background-color: #B89500;
}
</style>
border-color css
<style>
span { border-color: #B89500; }
span { border-color: rgb(184,149,0); }
td.TdClassName
{
border-color: #B89500;
}
.TagClassName
{
border-color: #B89500;
}
</style>