Shades of Dark Goldenrod #B28600
Tints of Dark Goldenrod #B28600
RGB
CMYK
RGB Variations
Color information
#B28600 (or 0xB28600) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 00. RGB value is (178,134,0). Sum of RGB (Red+Green+Blue) = 178+134+0=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B28600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28600 is #4D79FF. Grayscale: #848484. Windows color (decimal): -5077504 or 34482. OLE color: 34482.
HSL color Cylindrical-coordinate representation of color #B28600: hue angle of 45.17º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B28600 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.30 |
| HSL | 45.17º | 1% | 0.35% | - |
| HSV(B) | 45.17º | 1% | 0.7% | - |
| XYZ | 26.89 | 26.52 | 3.7 | - |
| YUV | 131.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 0 | 0 | 0.25 | 1 | 0.30 | 45.17 | 1 | 0.35 |
| Hex | B2 | 86 | 0 | 0 | 19 | 64 | 1E | 2D | 64 | 23 |
| Octal | 262 | 206 | 0 | 0 | 31 | 144 | 36 | 55 | 144 | 43 |
| Binary | 10110010 | 10000110 | 0 | 0 | 11001 | 1100100 | 11110 | 101101 | 1100100 | 100011 |
Color Harmonies of #B28600
Complementary color
Monochromatic Colors of #B28600
Black with #B28600
Text Example
Text Example
White with #B28600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28600; }
p { color: rgb(178,134,0); }
H1.HeaderClassName
{
color: #B28600;
}
.AnyTagClassName
{
color: #B28600;
}
</style>
background-color css
<style>
a { background-color: #B28600; }
a { background-color: rgb(178,134,0); }
div.DivClassName
{
background-color: #B28600;
}
.BgClassName
{
background-color: #B28600;
}
</style>
border-color css
<style>
span { border-color: #B28600; }
span { border-color: rgb(178,134,0); }
td.TdClassName
{
border-color: #B28600;
}
.TagClassName
{
border-color: #B28600;
}
</style>