Shades of Dark Goldenrod #B89905
Tints of Dark Goldenrod #B89905
RGB
CMYK
RGB Variations
Color information
#B89905 (or 0xB89905) is known color: Dark Goldenrod. HEX triplet: B8, 99 and 05. RGB value is (184,153,5). Sum of RGB (Red+Green+Blue) = 184+153+5=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B89905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89905 is #4766FA. Grayscale: #929292. Windows color (decimal): -4679419 or 367032. OLE color: 367032.
HSL color Cylindrical-coordinate representation of color #B89905: hue angle of 49.61º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B89905 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 5 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.28 |
| HSL | 49.61º | 0.95% | 0.37% | - |
| HSV(B) | 49.61º | 0.97% | 0.72% | - |
| XYZ | 31.19 | 32.98 | 4.87 | - |
| YUV | 145.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 5 | 0 | 0.17 | 0.97 | 0.28 | 49.61 | 0.95 | 0.37 |
| Hex | B8 | 99 | 5 | 0 | 11 | 61 | 1C | 32 | 5F | 25 |
| Octal | 270 | 231 | 5 | 0 | 21 | 141 | 34 | 62 | 137 | 45 |
| Binary | 10111000 | 10011001 | 101 | 0 | 10001 | 1100001 | 11100 | 110010 | 1011111 | 100101 |
Color Harmonies of #B89905
Complementary color
Monochromatic Colors of #B89905
Black with #B89905
Text Example
Text Example
White with #B89905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89905; }
p { color: rgb(184,153,5); }
H1.HeaderClassName
{
color: #B89905;
}
.AnyTagClassName
{
color: #B89905;
}
</style>
background-color css
<style>
a { background-color: #B89905; }
a { background-color: rgb(184,153,5); }
div.DivClassName
{
background-color: #B89905;
}
.BgClassName
{
background-color: #B89905;
}
</style>
border-color css
<style>
span { border-color: #B89905; }
span { border-color: rgb(184,153,5); }
td.TdClassName
{
border-color: #B89905;
}
.TagClassName
{
border-color: #B89905;
}
</style>