Shades of Dark Goldenrod #B57A00
Tints of Dark Goldenrod #B57A00
RGB
CMYK
RGB Variations
Color information
#B57A00 (or 0xB57A00) is known color: Dark Goldenrod. HEX triplet: B5, 7A and 00. RGB value is (181,122,0). Sum of RGB (Red+Green+Blue) = 181+122+0=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A00 is #4A85FF. Grayscale: #7E7E7E. Windows color (decimal): -4883968 or 31413. OLE color: 31413.
HSL color Cylindrical-coordinate representation of color #B57A00: hue angle of 40.44º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B57A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.29 |
| HSL | 40.44º | 1% | 0.35% | - |
| HSV(B) | 40.44º | 1% | 0.71% | - |
| XYZ | 26.02 | 23.74 | 3.21 | - |
| YUV | 125.73 | 57.05 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 0 | 0 | 0.33 | 1 | 0.29 | 40.44 | 1 | 0.35 |
| Hex | B5 | 7A | 0 | 0 | 21 | 64 | 1D | 28 | 64 | 23 |
| Octal | 265 | 172 | 0 | 0 | 41 | 144 | 35 | 50 | 144 | 43 |
| Binary | 10110101 | 1111010 | 0 | 0 | 100001 | 1100100 | 11101 | 101000 | 1100100 | 100011 |
Color Harmonies of #B57A00
Complementary color
Monochromatic Colors of #B57A00
Black with #B57A00
Text Example
Text Example
White with #B57A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A00; }
p { color: rgb(181,122,0); }
H1.HeaderClassName
{
color: #B57A00;
}
.AnyTagClassName
{
color: #B57A00;
}
</style>
background-color css
<style>
a { background-color: #B57A00; }
a { background-color: rgb(181,122,0); }
div.DivClassName
{
background-color: #B57A00;
}
.BgClassName
{
background-color: #B57A00;
}
</style>
border-color css
<style>
span { border-color: #B57A00; }
span { border-color: rgb(181,122,0); }
td.TdClassName
{
border-color: #B57A00;
}
.TagClassName
{
border-color: #B57A00;
}
</style>