Shades of Dark Goldenrod #B57908
Tints of Dark Goldenrod #B57908
RGB
CMYK
RGB Variations
Color information
#B57908 (or 0xB57908) is known color: Dark Goldenrod. HEX triplet: B5, 79 and 08. RGB value is (181,121,8). Sum of RGB (Red+Green+Blue) = 181+121+8=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B57908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57908 is #4A86F7. Grayscale: #7E7E7E. Windows color (decimal): -4884216 or 555445. OLE color: 555445.
HSL color Cylindrical-coordinate representation of color #B57908: hue angle of 39.19º 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 #B57908 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.29 |
| HSL | 39.19º | 0.92% | 0.37% | - |
| HSV(B) | 39.19º | 0.96% | 0.71% | - |
| XYZ | 25.94 | 23.52 | 3.4 | - |
| YUV | 126.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 8 | 0 | 0.33 | 0.96 | 0.29 | 39.19 | 0.92 | 0.37 |
| Hex | B5 | 79 | 8 | 0 | 21 | 60 | 1D | 27 | 5C | 25 |
| Octal | 265 | 171 | 10 | 0 | 41 | 140 | 35 | 47 | 134 | 45 |
| Binary | 10110101 | 1111001 | 1000 | 0 | 100001 | 1100000 | 11101 | 100111 | 1011100 | 100101 |
Color Harmonies of #B57908
Complementary color
Monochromatic Colors of #B57908
Black with #B57908
Text Example
Text Example
White with #B57908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57908; }
p { color: rgb(181,121,8); }
H1.HeaderClassName
{
color: #B57908;
}
.AnyTagClassName
{
color: #B57908;
}
</style>
background-color css
<style>
a { background-color: #B57908; }
a { background-color: rgb(181,121,8); }
div.DivClassName
{
background-color: #B57908;
}
.BgClassName
{
background-color: #B57908;
}
</style>
border-color css
<style>
span { border-color: #B57908; }
span { border-color: rgb(181,121,8); }
td.TdClassName
{
border-color: #B57908;
}
.TagClassName
{
border-color: #B57908;
}
</style>