Shades of Dark Goldenrod #B28705
Tints of Dark Goldenrod #B28705
RGB
CMYK
RGB Variations
Color information
#B28705 (or 0xB28705) is known color: Dark Goldenrod. HEX triplet: B2, 87 and 05. RGB value is (178,135,5). Sum of RGB (Red+Green+Blue) = 178+135+5=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B28705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28705 is #4D78FA. Grayscale: #858585. Windows color (decimal): -5077243 or 362418. OLE color: 362418.
HSL color Cylindrical-coordinate representation of color #B28705: hue angle of 45.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B28705 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.30 |
| HSL | 45.09º | 0.95% | 0.36% | - |
| HSV(B) | 45.09º | 0.97% | 0.7% | - |
| XYZ | 27.05 | 26.8 | 3.89 | - |
| YUV | 133.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 5 | 0 | 0.24 | 0.97 | 0.30 | 45.09 | 0.95 | 0.36 |
| Hex | B2 | 87 | 5 | 0 | 18 | 61 | 1E | 2D | 5F | 24 |
| Octal | 262 | 207 | 5 | 0 | 30 | 141 | 36 | 55 | 137 | 44 |
| Binary | 10110010 | 10000111 | 101 | 0 | 11000 | 1100001 | 11110 | 101101 | 1011111 | 100100 |
Color Harmonies of #B28705
Complementary color
Monochromatic Colors of #B28705
Black with #B28705
Text Example
Text Example
White with #B28705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28705; }
p { color: rgb(178,135,5); }
H1.HeaderClassName
{
color: #B28705;
}
.AnyTagClassName
{
color: #B28705;
}
</style>
background-color css
<style>
a { background-color: #B28705; }
a { background-color: rgb(178,135,5); }
div.DivClassName
{
background-color: #B28705;
}
.BgClassName
{
background-color: #B28705;
}
</style>
border-color css
<style>
span { border-color: #B28705; }
span { border-color: rgb(178,135,5); }
td.TdClassName
{
border-color: #B28705;
}
.TagClassName
{
border-color: #B28705;
}
</style>