Shades of Dark Goldenrod #B28607
Tints of Dark Goldenrod #B28607
RGB
CMYK
RGB Variations
Color information
#B28607 (or 0xB28607) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 07. RGB value is (178,134,7). Sum of RGB (Red+Green+Blue) = 178+134+7=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B28607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28607 is #4D79F8. Grayscale: #858585. Windows color (decimal): -5077497 or 493234. OLE color: 493234.
HSL color Cylindrical-coordinate representation of color #B28607: hue angle of 44.56º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B28607 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 7 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.30 |
| HSL | 44.56º | 0.92% | 0.36% | - |
| HSV(B) | 44.56º | 0.96% | 0.7% | - |
| XYZ | 26.92 | 26.53 | 3.9 | - |
| YUV | 132.68 | 57.08 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 7 | 0 | 0.25 | 0.96 | 0.30 | 44.56 | 0.92 | 0.36 |
| Hex | B2 | 86 | 7 | 0 | 19 | 60 | 1E | 2D | 5C | 24 |
| Octal | 262 | 206 | 7 | 0 | 31 | 140 | 36 | 55 | 134 | 44 |
| Binary | 10110010 | 10000110 | 111 | 0 | 11001 | 1100000 | 11110 | 101101 | 1011100 | 100100 |
Color Harmonies of #B28607
Complementary color
Monochromatic Colors of #B28607
Black with #B28607
Text Example
Text Example
White with #B28607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28607; }
p { color: rgb(178,134,7); }
H1.HeaderClassName
{
color: #B28607;
}
.AnyTagClassName
{
color: #B28607;
}
</style>
background-color css
<style>
a { background-color: #B28607; }
a { background-color: rgb(178,134,7); }
div.DivClassName
{
background-color: #B28607;
}
.BgClassName
{
background-color: #B28607;
}
</style>
border-color css
<style>
span { border-color: #B28607; }
span { border-color: rgb(178,134,7); }
td.TdClassName
{
border-color: #B28607;
}
.TagClassName
{
border-color: #B28607;
}
</style>