Shades of Dark Goldenrod #B88905
Tints of Dark Goldenrod #B88905
RGB
CMYK
RGB Variations
Color information
#B88905 (or 0xB88905) is known color: Dark Goldenrod. HEX triplet: B8, 89 and 05. RGB value is (184,137,5). Sum of RGB (Red+Green+Blue) = 184+137+5=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B88905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88905 is #4776FA. Grayscale: #888888. Windows color (decimal): -4683515 or 362936. OLE color: 362936.
HSL color Cylindrical-coordinate representation of color #B88905: hue angle of 44.25º 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 #B88905 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.28 |
| HSL | 44.25º | 0.95% | 0.37% | - |
| HSV(B) | 44.25º | 0.97% | 0.72% | - |
| XYZ | 28.74 | 28.09 | 4.05 | - |
| YUV | 136.01 | 54.07 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 5 | 0 | 0.26 | 0.97 | 0.28 | 44.25 | 0.95 | 0.37 |
| Hex | B8 | 89 | 5 | 0 | 1A | 61 | 1C | 2C | 5F | 25 |
| Octal | 270 | 211 | 5 | 0 | 32 | 141 | 34 | 54 | 137 | 45 |
| Binary | 10111000 | 10001001 | 101 | 0 | 11010 | 1100001 | 11100 | 101100 | 1011111 | 100101 |
Color Harmonies of #B88905
Complementary color
Monochromatic Colors of #B88905
Black with #B88905
Text Example
Text Example
White with #B88905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88905; }
p { color: rgb(184,137,5); }
H1.HeaderClassName
{
color: #B88905;
}
.AnyTagClassName
{
color: #B88905;
}
</style>
background-color css
<style>
a { background-color: #B88905; }
a { background-color: rgb(184,137,5); }
div.DivClassName
{
background-color: #B88905;
}
.BgClassName
{
background-color: #B88905;
}
</style>
border-color css
<style>
span { border-color: #B88905; }
span { border-color: rgb(184,137,5); }
td.TdClassName
{
border-color: #B88905;
}
.TagClassName
{
border-color: #B88905;
}
</style>