Shades of Dark Goldenrod #B88206
Tints of Dark Goldenrod #B88206
RGB
CMYK
RGB Variations
Color information
#B88206 (or 0xB88206) is known color: Dark Goldenrod. HEX triplet: B8, 82 and 06. RGB value is (184,130,6). Sum of RGB (Red+Green+Blue) = 184+130+6=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B88206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88206 is #477DF9. Grayscale: #848484. Windows color (decimal): -4685306 or 426680. OLE color: 426680.
HSL color Cylindrical-coordinate representation of color #B88206: hue angle of 41.8º degrees, saturation: 0.94, 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 #B88206 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.28 |
| HSL | 41.8º | 0.94% | 0.37% | - |
| HSV(B) | 41.8º | 0.97% | 0.72% | - |
| XYZ | 27.78 | 26.17 | 3.76 | - |
| YUV | 132.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 6 | 0 | 0.29 | 0.97 | 0.28 | 41.8 | 0.94 | 0.37 |
| Hex | B8 | 82 | 6 | 0 | 1D | 61 | 1C | 2A | 5E | 25 |
| Octal | 270 | 202 | 6 | 0 | 35 | 141 | 34 | 52 | 136 | 45 |
| Binary | 10111000 | 10000010 | 110 | 0 | 11101 | 1100001 | 11100 | 101010 | 1011110 | 100101 |
Color Harmonies of #B88206
Complementary color
Monochromatic Colors of #B88206
Black with #B88206
Text Example
Text Example
White with #B88206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88206; }
p { color: rgb(184,130,6); }
H1.HeaderClassName
{
color: #B88206;
}
.AnyTagClassName
{
color: #B88206;
}
</style>
background-color css
<style>
a { background-color: #B88206; }
a { background-color: rgb(184,130,6); }
div.DivClassName
{
background-color: #B88206;
}
.BgClassName
{
background-color: #B88206;
}
</style>
border-color css
<style>
span { border-color: #B88206; }
span { border-color: rgb(184,130,6); }
td.TdClassName
{
border-color: #B88206;
}
.TagClassName
{
border-color: #B88206;
}
</style>