Shades of Dark Goldenrod #B57A06
Tints of Dark Goldenrod #B57A06
RGB
CMYK
RGB Variations
Color information
#B57A06 (or 0xB57A06) is known color: Dark Goldenrod. HEX triplet: B5, 7A and 06. RGB value is (181,122,6). Sum of RGB (Red+Green+Blue) = 181+122+6=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A06 is #4A85F9. Grayscale: #7E7E7E. Windows color (decimal): -4883962 or 424629. OLE color: 424629.
HSL color Cylindrical-coordinate representation of color #B57A06: hue angle of 39.77º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B57A06 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 6 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.29 |
| HSL | 39.77º | 0.94% | 0.37% | - |
| HSV(B) | 39.77º | 0.97% | 0.71% | - |
| XYZ | 26.05 | 23.76 | 3.38 | - |
| YUV | 126.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 6 | 0 | 0.33 | 0.97 | 0.29 | 39.77 | 0.94 | 0.37 |
| Hex | B5 | 7A | 6 | 0 | 21 | 61 | 1D | 28 | 5E | 25 |
| Octal | 265 | 172 | 6 | 0 | 41 | 141 | 35 | 50 | 136 | 45 |
| Binary | 10110101 | 1111010 | 110 | 0 | 100001 | 1100001 | 11101 | 101000 | 1011110 | 100101 |
Color Harmonies of #B57A06
Complementary color
Monochromatic Colors of #B57A06
Black with #B57A06
Text Example
Text Example
White with #B57A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A06; }
p { color: rgb(181,122,6); }
H1.HeaderClassName
{
color: #B57A06;
}
.AnyTagClassName
{
color: #B57A06;
}
</style>
background-color css
<style>
a { background-color: #B57A06; }
a { background-color: rgb(181,122,6); }
div.DivClassName
{
background-color: #B57A06;
}
.BgClassName
{
background-color: #B57A06;
}
</style>
border-color css
<style>
span { border-color: #B57A06; }
span { border-color: rgb(181,122,6); }
td.TdClassName
{
border-color: #B57A06;
}
.TagClassName
{
border-color: #B57A06;
}
</style>