Shades of Dark Goldenrod #B89508
Tints of Dark Goldenrod #B89508
RGB
CMYK
RGB Variations
Color information
#B89508 (or 0xB89508) is known color: Dark Goldenrod. HEX triplet: B8, 95 and 08. RGB value is (184,149,8). Sum of RGB (Red+Green+Blue) = 184+149+8=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B89508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89508 is #476AF7. Grayscale: #8F8F8F. Windows color (decimal): -4680440 or 562616. OLE color: 562616.
HSL color Cylindrical-coordinate representation of color #B89508: hue angle of 48.07º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B89508 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.28 |
| HSL | 48.07º | 0.92% | 0.38% | - |
| HSV(B) | 48.07º | 0.96% | 0.72% | - |
| XYZ | 30.56 | 31.7 | 4.74 | - |
| YUV | 143.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 8 | 0 | 0.19 | 0.96 | 0.28 | 48.07 | 0.92 | 0.38 |
| Hex | B8 | 95 | 8 | 0 | 13 | 60 | 1C | 30 | 5C | 26 |
| Octal | 270 | 225 | 10 | 0 | 23 | 140 | 34 | 60 | 134 | 46 |
| Binary | 10111000 | 10010101 | 1000 | 0 | 10011 | 1100000 | 11100 | 110000 | 1011100 | 100110 |
Color Harmonies of #B89508
Complementary color
Monochromatic Colors of #B89508
Black with #B89508
Text Example
Text Example
White with #B89508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89508; }
p { color: rgb(184,149,8); }
H1.HeaderClassName
{
color: #B89508;
}
.AnyTagClassName
{
color: #B89508;
}
</style>
background-color css
<style>
a { background-color: #B89508; }
a { background-color: rgb(184,149,8); }
div.DivClassName
{
background-color: #B89508;
}
.BgClassName
{
background-color: #B89508;
}
</style>
border-color css
<style>
span { border-color: #B89508; }
span { border-color: rgb(184,149,8); }
td.TdClassName
{
border-color: #B89508;
}
.TagClassName
{
border-color: #B89508;
}
</style>