Shades of Dark Goldenrod #B28608
Tints of Dark Goldenrod #B28608
RGB
CMYK
RGB Variations
Color information
#B28608 (or 0xB28608) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 08. RGB value is (178,134,8). Sum of RGB (Red+Green+Blue) = 178+134+8=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B28608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28608 is #4D79F7. Grayscale: #858585. Windows color (decimal): -5077496 or 558770. OLE color: 558770.
HSL color Cylindrical-coordinate representation of color #B28608: hue angle of 44.47º degrees, saturation: 0.91, 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 #B28608 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.30 |
| HSL | 44.47º | 0.91% | 0.36% | - |
| HSV(B) | 44.47º | 0.96% | 0.7% | - |
| XYZ | 26.93 | 26.53 | 3.93 | - |
| YUV | 132.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 8 | 0 | 0.25 | 0.96 | 0.30 | 44.47 | 0.91 | 0.36 |
| Hex | B2 | 86 | 8 | 0 | 19 | 60 | 1E | 2C | 5B | 24 |
| Octal | 262 | 206 | 10 | 0 | 31 | 140 | 36 | 54 | 133 | 44 |
| Binary | 10110010 | 10000110 | 1000 | 0 | 11001 | 1100000 | 11110 | 101100 | 1011011 | 100100 |
Color Harmonies of #B28608
Complementary color
Monochromatic Colors of #B28608
Black with #B28608
Text Example
Text Example
White with #B28608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28608; }
p { color: rgb(178,134,8); }
H1.HeaderClassName
{
color: #B28608;
}
.AnyTagClassName
{
color: #B28608;
}
</style>
background-color css
<style>
a { background-color: #B28608; }
a { background-color: rgb(178,134,8); }
div.DivClassName
{
background-color: #B28608;
}
.BgClassName
{
background-color: #B28608;
}
</style>
border-color css
<style>
span { border-color: #B28608; }
span { border-color: rgb(178,134,8); }
td.TdClassName
{
border-color: #B28608;
}
.TagClassName
{
border-color: #B28608;
}
</style>