Shades of Dark Goldenrod #B57507
Tints of Dark Goldenrod #B57507
RGB
CMYK
RGB Variations
Color information
#B57507 (or 0xB57507) is known color: Dark Goldenrod. HEX triplet: B5, 75 and 07. RGB value is (181,117,7). Sum of RGB (Red+Green+Blue) = 181+117+7=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B57507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57507 is #4A8AF8. Grayscale: #7C7C7C. Windows color (decimal): -4885241 or 488885. OLE color: 488885.
HSL color Cylindrical-coordinate representation of color #B57507: hue angle of 37.93º degrees, saturation: 0.93, 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 #B57507 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 7 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.29 |
| HSL | 37.93º | 0.93% | 0.37% | - |
| HSV(B) | 37.93º | 0.96% | 0.71% | - |
| XYZ | 25.46 | 22.56 | 3.21 | - |
| YUV | 123.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 7 | 0 | 0.35 | 0.96 | 0.29 | 37.93 | 0.93 | 0.37 |
| Hex | B5 | 75 | 7 | 0 | 23 | 60 | 1D | 26 | 5D | 25 |
| Octal | 265 | 165 | 7 | 0 | 43 | 140 | 35 | 46 | 135 | 45 |
| Binary | 10110101 | 1110101 | 111 | 0 | 100011 | 1100000 | 11101 | 100110 | 1011101 | 100101 |
Color Harmonies of #B57507
Complementary color
Monochromatic Colors of #B57507
Black with #B57507
Text Example
Text Example
White with #B57507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57507; }
p { color: rgb(181,117,7); }
H1.HeaderClassName
{
color: #B57507;
}
.AnyTagClassName
{
color: #B57507;
}
</style>
background-color css
<style>
a { background-color: #B57507; }
a { background-color: rgb(181,117,7); }
div.DivClassName
{
background-color: #B57507;
}
.BgClassName
{
background-color: #B57507;
}
</style>
border-color css
<style>
span { border-color: #B57507; }
span { border-color: rgb(181,117,7); }
td.TdClassName
{
border-color: #B57507;
}
.TagClassName
{
border-color: #B57507;
}
</style>