Shades of Dark Goldenrod #B57E09
Tints of Dark Goldenrod #B57E09
RGB
CMYK
RGB Variations
Color information
#B57E09 (or 0xB57E09) is known color: Dark Goldenrod. HEX triplet: B5, 7E and 09. RGB value is (181,126,9). Sum of RGB (Red+Green+Blue) = 181+126+9=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57E09 is #4A81F6. Grayscale: #818181. Windows color (decimal): -4882935 or 622261. OLE color: 622261.
HSL color Cylindrical-coordinate representation of color #B57E09: hue angle of 40.81º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B57E09 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 9 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.29 |
| HSL | 40.81º | 0.91% | 0.37% | - |
| HSV(B) | 40.81º | 0.95% | 0.71% | - |
| XYZ | 26.57 | 24.77 | 3.64 | - |
| YUV | 129.11 | 60.22 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 9 | 0 | 0.30 | 0.95 | 0.29 | 40.81 | 0.91 | 0.37 |
| Hex | B5 | 7E | 9 | 0 | 1E | 5F | 1D | 29 | 5B | 25 |
| Octal | 265 | 176 | 11 | 0 | 36 | 137 | 35 | 51 | 133 | 45 |
| Binary | 10110101 | 1111110 | 1001 | 0 | 11110 | 1011111 | 11101 | 101001 | 1011011 | 100101 |
Color Harmonies of #B57E09
Complementary color
Monochromatic Colors of #B57E09
Black with #B57E09
Text Example
Text Example
White with #B57E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E09; }
p { color: rgb(181,126,9); }
H1.HeaderClassName
{
color: #B57E09;
}
.AnyTagClassName
{
color: #B57E09;
}
</style>
background-color css
<style>
a { background-color: #B57E09; }
a { background-color: rgb(181,126,9); }
div.DivClassName
{
background-color: #B57E09;
}
.BgClassName
{
background-color: #B57E09;
}
</style>
border-color css
<style>
span { border-color: #B57E09; }
span { border-color: rgb(181,126,9); }
td.TdClassName
{
border-color: #B57E09;
}
.TagClassName
{
border-color: #B57E09;
}
</style>