Shades of Dark Goldenrod #B59608
Tints of Dark Goldenrod #B59608
RGB
CMYK
RGB Variations
Color information
#B59608 (or 0xB59608) is known color: Dark Goldenrod. HEX triplet: B5, 96 and 08. RGB value is (181,150,8). Sum of RGB (Red+Green+Blue) = 181+150+8=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B59608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59608 is #4A69F7. Grayscale: #8F8F8F. Windows color (decimal): -4876792 or 562869. OLE color: 562869.
HSL color Cylindrical-coordinate representation of color #B59608: hue angle of 49.25º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B59608 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.29 |
| HSL | 49.25º | 0.92% | 0.37% | - |
| HSV(B) | 49.25º | 0.96% | 0.71% | - |
| XYZ | 30.01 | 31.65 | 4.76 | - |
| YUV | 143.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 8 | 0 | 0.17 | 0.96 | 0.29 | 49.25 | 0.92 | 0.37 |
| Hex | B5 | 96 | 8 | 0 | 11 | 60 | 1D | 31 | 5C | 25 |
| Octal | 265 | 226 | 10 | 0 | 21 | 140 | 35 | 61 | 134 | 45 |
| Binary | 10110101 | 10010110 | 1000 | 0 | 10001 | 1100000 | 11101 | 110001 | 1011100 | 100101 |
Color Harmonies of #B59608
Complementary color
Monochromatic Colors of #B59608
Black with #B59608
Text Example
Text Example
White with #B59608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59608; }
p { color: rgb(181,150,8); }
H1.HeaderClassName
{
color: #B59608;
}
.AnyTagClassName
{
color: #B59608;
}
</style>
background-color css
<style>
a { background-color: #B59608; }
a { background-color: rgb(181,150,8); }
div.DivClassName
{
background-color: #B59608;
}
.BgClassName
{
background-color: #B59608;
}
</style>
border-color css
<style>
span { border-color: #B59608; }
span { border-color: rgb(181,150,8); }
td.TdClassName
{
border-color: #B59608;
}
.TagClassName
{
border-color: #B59608;
}
</style>