Shades of Dark Goldenrod #B57E08
Tints of Dark Goldenrod #B57E08
RGB
CMYK
RGB Variations
Color information
#B57E08 (or 0xB57E08) is known color: Dark Goldenrod. HEX triplet: B5, 7E and 08. RGB value is (181,126,8). Sum of RGB (Red+Green+Blue) = 181+126+8=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57E08 is #4A81F7. Grayscale: #818181. Windows color (decimal): -4882936 or 556725. OLE color: 556725.
HSL color Cylindrical-coordinate representation of color #B57E08: hue angle of 40.92º 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 #B57E08 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.29 |
| HSL | 40.92º | 0.92% | 0.37% | - |
| HSV(B) | 40.92º | 0.96% | 0.71% | - |
| XYZ | 26.56 | 24.76 | 3.61 | - |
| YUV | 128.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 8 | 0 | 0.30 | 0.96 | 0.29 | 40.92 | 0.92 | 0.37 |
| Hex | B5 | 7E | 8 | 0 | 1E | 60 | 1D | 29 | 5C | 25 |
| Octal | 265 | 176 | 10 | 0 | 36 | 140 | 35 | 51 | 134 | 45 |
| Binary | 10110101 | 1111110 | 1000 | 0 | 11110 | 1100000 | 11101 | 101001 | 1011100 | 100101 |
Color Harmonies of #B57E08
Complementary color
Monochromatic Colors of #B57E08
Black with #B57E08
Text Example
Text Example
White with #B57E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E08; }
p { color: rgb(181,126,8); }
H1.HeaderClassName
{
color: #B57E08;
}
.AnyTagClassName
{
color: #B57E08;
}
</style>
background-color css
<style>
a { background-color: #B57E08; }
a { background-color: rgb(181,126,8); }
div.DivClassName
{
background-color: #B57E08;
}
.BgClassName
{
background-color: #B57E08;
}
</style>
border-color css
<style>
span { border-color: #B57E08; }
span { border-color: rgb(181,126,8); }
td.TdClassName
{
border-color: #B57E08;
}
.TagClassName
{
border-color: #B57E08;
}
</style>