Shades of Dark Goldenrod #B17C10
Tints of Dark Goldenrod #B17C10
RGB
CMYK
RGB Variations
Color information
#B17C10 (or 0xB17C10) is known color: Dark Goldenrod. HEX triplet: B1, 7C and 10. RGB value is (177,124,16). Sum of RGB (Red+Green+Blue) = 177+124+16=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17C10 is #4E83EF. Grayscale: #808080. Windows color (decimal): -5145584 or 1080497. OLE color: 1080497.
HSL color Cylindrical-coordinate representation of color #B17C10: hue angle of 40.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B17C10 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 16 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.31 |
| HSL | 40.25º | 0.83% | 0.38% | - |
| HSV(B) | 40.25º | 0.91% | 0.69% | - |
| XYZ | 25.43 | 23.8 | 3.74 | - |
| YUV | 127.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 16 | 0 | 0.30 | 0.91 | 0.31 | 40.25 | 0.83 | 0.38 |
| Hex | B1 | 7C | 10 | 0 | 1E | 5B | 1F | 28 | 53 | 26 |
| Octal | 261 | 174 | 20 | 0 | 36 | 133 | 37 | 50 | 123 | 46 |
| Binary | 10110001 | 1111100 | 10000 | 0 | 11110 | 1011011 | 11111 | 101000 | 1010011 | 100110 |
Color Harmonies of #B17C10
Complementary color
Monochromatic Colors of #B17C10
Black with #B17C10
Text Example
Text Example
White with #B17C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C10; }
p { color: rgb(177,124,16); }
H1.HeaderClassName
{
color: #B17C10;
}
.AnyTagClassName
{
color: #B17C10;
}
</style>
background-color css
<style>
a { background-color: #B17C10; }
a { background-color: rgb(177,124,16); }
div.DivClassName
{
background-color: #B17C10;
}
.BgClassName
{
background-color: #B17C10;
}
</style>
border-color css
<style>
span { border-color: #B17C10; }
span { border-color: rgb(177,124,16); }
td.TdClassName
{
border-color: #B17C10;
}
.TagClassName
{
border-color: #B17C10;
}
</style>