Shades of Dark Goldenrod #B16E0C
Tints of Dark Goldenrod #B16E0C
RGB
CMYK
RGB Variations
Color information
#B16E0C (or 0xB16E0C) is known color: Dark Goldenrod. HEX triplet: B1, 6E and 0C. RGB value is (177,110,12). Sum of RGB (Red+Green+Blue) = 177+110+12=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16E0C is #4E91F3. Grayscale: #777777. Windows color (decimal): -5149172 or 814769. OLE color: 814769.
HSL color Cylindrical-coordinate representation of color #B16E0C: hue angle of 35.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B16E0C is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 12 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.31 |
| HSL | 35.64º | 0.87% | 0.37% | - |
| HSV(B) | 35.64º | 0.93% | 0.69% | - |
| XYZ | 23.77 | 20.53 | 3.06 | - |
| YUV | 118.86 | 67.7 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 12 | 0 | 0.38 | 0.93 | 0.31 | 35.64 | 0.87 | 0.37 |
| Hex | B1 | 6E | C | 0 | 26 | 5D | 1F | 24 | 57 | 25 |
| Octal | 261 | 156 | 14 | 0 | 46 | 135 | 37 | 44 | 127 | 45 |
| Binary | 10110001 | 1101110 | 1100 | 0 | 100110 | 1011101 | 11111 | 100100 | 1010111 | 100101 |
Color Harmonies of #B16E0C
Complementary color
Monochromatic Colors of #B16E0C
Black with #B16E0C
Text Example
Text Example
White with #B16E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16E0C; }
p { color: rgb(177,110,12); }
H1.HeaderClassName
{
color: #B16E0C;
}
.AnyTagClassName
{
color: #B16E0C;
}
</style>
background-color css
<style>
a { background-color: #B16E0C; }
a { background-color: rgb(177,110,12); }
div.DivClassName
{
background-color: #B16E0C;
}
.BgClassName
{
background-color: #B16E0C;
}
</style>
border-color css
<style>
span { border-color: #B16E0C; }
span { border-color: rgb(177,110,12); }
td.TdClassName
{
border-color: #B16E0C;
}
.TagClassName
{
border-color: #B16E0C;
}
</style>