Shades of Dark Goldenrod #B57F07
Tints of Dark Goldenrod #B57F07
RGB
CMYK
RGB Variations
Color information
#B57F07 (or 0xB57F07) is known color: Dark Goldenrod. HEX triplet: B5, 7F and 07. RGB value is (181,127,7). Sum of RGB (Red+Green+Blue) = 181+127+7=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57F07 is #4A80F8. Grayscale: #828282. Windows color (decimal): -4882681 or 491445. OLE color: 491445.
HSL color Cylindrical-coordinate representation of color #B57F07: hue angle of 41.38º 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 #B57F07 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 7 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.29 |
| HSL | 41.38º | 0.93% | 0.37% | - |
| HSV(B) | 41.38º | 0.96% | 0.71% | - |
| XYZ | 26.68 | 25.02 | 3.62 | - |
| YUV | 129.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 7 | 0 | 0.30 | 0.96 | 0.29 | 41.38 | 0.93 | 0.37 |
| Hex | B5 | 7F | 7 | 0 | 1E | 60 | 1D | 29 | 5D | 25 |
| Octal | 265 | 177 | 7 | 0 | 36 | 140 | 35 | 51 | 135 | 45 |
| Binary | 10110101 | 1111111 | 111 | 0 | 11110 | 1100000 | 11101 | 101001 | 1011101 | 100101 |
Color Harmonies of #B57F07
Complementary color
Monochromatic Colors of #B57F07
Black with #B57F07
Text Example
Text Example
White with #B57F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F07; }
p { color: rgb(181,127,7); }
H1.HeaderClassName
{
color: #B57F07;
}
.AnyTagClassName
{
color: #B57F07;
}
</style>
background-color css
<style>
a { background-color: #B57F07; }
a { background-color: rgb(181,127,7); }
div.DivClassName
{
background-color: #B57F07;
}
.BgClassName
{
background-color: #B57F07;
}
</style>
border-color css
<style>
span { border-color: #B57F07; }
span { border-color: rgb(181,127,7); }
td.TdClassName
{
border-color: #B57F07;
}
.TagClassName
{
border-color: #B57F07;
}
</style>