Shades of Dark Goldenrod #B89000
Tints of Dark Goldenrod #B89000
RGB
CMYK
RGB Variations
Color information
#B89000 (or 0xB89000) is known color: Dark Goldenrod. HEX triplet: B8, 90 and 00. RGB value is (184,144,0). Sum of RGB (Red+Green+Blue) = 184+144+0=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B89000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89000 is #476FFF. Grayscale: #8C8C8C. Windows color (decimal): -4681728 or 37048. OLE color: 37048.
HSL color Cylindrical-coordinate representation of color #B89000: hue angle of 46.96º 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 #B89000 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.28 |
| HSL | 46.96º | 1% | 0.36% | - |
| HSV(B) | 46.96º | 1% | 0.72% | - |
| XYZ | 29.74 | 30.14 | 4.25 | - |
| YUV | 139.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 0 | 0 | 0.22 | 1 | 0.28 | 46.96 | 1 | 0.36 |
| Hex | B8 | 90 | 0 | 0 | 16 | 64 | 1C | 2F | 64 | 24 |
| Octal | 270 | 220 | 0 | 0 | 26 | 144 | 34 | 57 | 144 | 44 |
| Binary | 10111000 | 10010000 | 0 | 0 | 10110 | 1100100 | 11100 | 101111 | 1100100 | 100100 |
Color Harmonies of #B89000
Complementary color
Monochromatic Colors of #B89000
Black with #B89000
Text Example
Text Example
White with #B89000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89000; }
p { color: rgb(184,144,0); }
H1.HeaderClassName
{
color: #B89000;
}
.AnyTagClassName
{
color: #B89000;
}
</style>
background-color css
<style>
a { background-color: #B89000; }
a { background-color: rgb(184,144,0); }
div.DivClassName
{
background-color: #B89000;
}
.BgClassName
{
background-color: #B89000;
}
</style>
border-color css
<style>
span { border-color: #B89000; }
span { border-color: rgb(184,144,0); }
td.TdClassName
{
border-color: #B89000;
}
.TagClassName
{
border-color: #B89000;
}
</style>