Shades of Dark Goldenrod #B89205
Tints of Dark Goldenrod #B89205
RGB
CMYK
RGB Variations
Color information
#B89205 (or 0xB89205) is known color: Dark Goldenrod. HEX triplet: B8, 92 and 05. RGB value is (184,146,5). Sum of RGB (Red+Green+Blue) = 184+146+5=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B89205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89205 is #476DFA. Grayscale: #8D8D8D. Windows color (decimal): -4681211 or 365240. OLE color: 365240.
HSL color Cylindrical-coordinate representation of color #B89205: hue angle of 47.26º 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 #B89205 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.28 |
| HSL | 47.26º | 0.95% | 0.37% | - |
| HSV(B) | 47.26º | 0.97% | 0.72% | - |
| XYZ | 30.07 | 30.76 | 4.5 | - |
| YUV | 141.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 5 | 0 | 0.21 | 0.97 | 0.28 | 47.26 | 0.95 | 0.37 |
| Hex | B8 | 92 | 5 | 0 | 15 | 61 | 1C | 2F | 5F | 25 |
| Octal | 270 | 222 | 5 | 0 | 25 | 141 | 34 | 57 | 137 | 45 |
| Binary | 10111000 | 10010010 | 101 | 0 | 10101 | 1100001 | 11100 | 101111 | 1011111 | 100101 |
Color Harmonies of #B89205
Complementary color
Monochromatic Colors of #B89205
Black with #B89205
Text Example
Text Example
White with #B89205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89205; }
p { color: rgb(184,146,5); }
H1.HeaderClassName
{
color: #B89205;
}
.AnyTagClassName
{
color: #B89205;
}
</style>
background-color css
<style>
a { background-color: #B89205; }
a { background-color: rgb(184,146,5); }
div.DivClassName
{
background-color: #B89205;
}
.BgClassName
{
background-color: #B89205;
}
</style>
border-color css
<style>
span { border-color: #B89205; }
span { border-color: rgb(184,146,5); }
td.TdClassName
{
border-color: #B89205;
}
.TagClassName
{
border-color: #B89205;
}
</style>