Shades of Dark Goldenrod #B17F05
Tints of Dark Goldenrod #B17F05
RGB
CMYK
RGB Variations
Color information
#B17F05 (or 0xB17F05) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 05. RGB value is (177,127,5). Sum of RGB (Red+Green+Blue) = 177+127+5=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17F05 is #4E80FA. Grayscale: #808080. Windows color (decimal): -5144827 or 360369. OLE color: 360369.
HSL color Cylindrical-coordinate representation of color #B17F05: hue angle of 42.56º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B17F05 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.31 |
| HSL | 42.56º | 0.95% | 0.36% | - |
| HSV(B) | 42.56º | 0.97% | 0.69% | - |
| XYZ | 25.75 | 24.54 | 3.52 | - |
| YUV | 128.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 5 | 0 | 0.28 | 0.97 | 0.31 | 42.56 | 0.95 | 0.36 |
| Hex | B1 | 7F | 5 | 0 | 1C | 61 | 1F | 2B | 5F | 24 |
| Octal | 261 | 177 | 5 | 0 | 34 | 141 | 37 | 53 | 137 | 44 |
| Binary | 10110001 | 1111111 | 101 | 0 | 11100 | 1100001 | 11111 | 101011 | 1011111 | 100100 |
Color Harmonies of #B17F05
Complementary color
Monochromatic Colors of #B17F05
Black with #B17F05
Text Example
Text Example
White with #B17F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F05; }
p { color: rgb(177,127,5); }
H1.HeaderClassName
{
color: #B17F05;
}
.AnyTagClassName
{
color: #B17F05;
}
</style>
background-color css
<style>
a { background-color: #B17F05; }
a { background-color: rgb(177,127,5); }
div.DivClassName
{
background-color: #B17F05;
}
.BgClassName
{
background-color: #B17F05;
}
</style>
border-color css
<style>
span { border-color: #B17F05; }
span { border-color: rgb(177,127,5); }
td.TdClassName
{
border-color: #B17F05;
}
.TagClassName
{
border-color: #B17F05;
}
</style>