Shades of Dark Goldenrod #B57B00
Tints of Dark Goldenrod #B57B00
RGB
CMYK
RGB Variations
Color information
#B57B00 (or 0xB57B00) is known color: Dark Goldenrod. HEX triplet: B5, 7B and 00. RGB value is (181,123,0). Sum of RGB (Red+Green+Blue) = 181+123+0=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57B00 is #4A84FF. Grayscale: #7E7E7E. Windows color (decimal): -4883712 or 31669. OLE color: 31669.
HSL color Cylindrical-coordinate representation of color #B57B00: hue angle of 40.77º 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 #B57B00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.29 |
| HSL | 40.77º | 1% | 0.35% | - |
| HSV(B) | 40.77º | 1% | 0.71% | - |
| XYZ | 26.14 | 23.99 | 3.25 | - |
| YUV | 126.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 0 | 0 | 0.32 | 1 | 0.29 | 40.77 | 1 | 0.35 |
| Hex | B5 | 7B | 0 | 0 | 20 | 64 | 1D | 29 | 64 | 23 |
| Octal | 265 | 173 | 0 | 0 | 40 | 144 | 35 | 51 | 144 | 43 |
| Binary | 10110101 | 1111011 | 0 | 0 | 100000 | 1100100 | 11101 | 101001 | 1100100 | 100011 |
Color Harmonies of #B57B00
Complementary color
Monochromatic Colors of #B57B00
Black with #B57B00
Text Example
Text Example
White with #B57B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B00; }
p { color: rgb(181,123,0); }
H1.HeaderClassName
{
color: #B57B00;
}
.AnyTagClassName
{
color: #B57B00;
}
</style>
background-color css
<style>
a { background-color: #B57B00; }
a { background-color: rgb(181,123,0); }
div.DivClassName
{
background-color: #B57B00;
}
.BgClassName
{
background-color: #B57B00;
}
</style>
border-color css
<style>
span { border-color: #B57B00; }
span { border-color: rgb(181,123,0); }
td.TdClassName
{
border-color: #B57B00;
}
.TagClassName
{
border-color: #B57B00;
}
</style>