Shades of Dark Goldenrod #B57F08
Tints of Dark Goldenrod #B57F08
RGB
CMYK
RGB Variations
Color information
#B57F08 (or 0xB57F08) is known color: Dark Goldenrod. HEX triplet: B5, 7F and 08. RGB value is (181,127,8). Sum of RGB (Red+Green+Blue) = 181+127+8=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57F08 is #4A80F7. Grayscale: #828282. Windows color (decimal): -4882680 or 556981. OLE color: 556981.
HSL color Cylindrical-coordinate representation of color #B57F08: hue angle of 41.27º degrees, saturation: 0.92, 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 #B57F08 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.29 |
| HSL | 41.27º | 0.92% | 0.37% | - |
| HSV(B) | 41.27º | 0.96% | 0.71% | - |
| XYZ | 26.69 | 25.02 | 3.65 | - |
| YUV | 129.58 | 59.39 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 8 | 0 | 0.30 | 0.96 | 0.29 | 41.27 | 0.92 | 0.37 |
| Hex | B5 | 7F | 8 | 0 | 1E | 60 | 1D | 29 | 5C | 25 |
| Octal | 265 | 177 | 10 | 0 | 36 | 140 | 35 | 51 | 134 | 45 |
| Binary | 10110101 | 1111111 | 1000 | 0 | 11110 | 1100000 | 11101 | 101001 | 1011100 | 100101 |
Color Harmonies of #B57F08
Complementary color
Monochromatic Colors of #B57F08
Black with #B57F08
Text Example
Text Example
White with #B57F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F08; }
p { color: rgb(181,127,8); }
H1.HeaderClassName
{
color: #B57F08;
}
.AnyTagClassName
{
color: #B57F08;
}
</style>
background-color css
<style>
a { background-color: #B57F08; }
a { background-color: rgb(181,127,8); }
div.DivClassName
{
background-color: #B57F08;
}
.BgClassName
{
background-color: #B57F08;
}
</style>
border-color css
<style>
span { border-color: #B57F08; }
span { border-color: rgb(181,127,8); }
td.TdClassName
{
border-color: #B57F08;
}
.TagClassName
{
border-color: #B57F08;
}
</style>