Shades of Dark Goldenrod #B16F0A
Tints of Dark Goldenrod #B16F0A
RGB
CMYK
RGB Variations
Color information
#B16F0A (or 0xB16F0A) is known color: Dark Goldenrod. HEX triplet: B1, 6F and 0A. RGB value is (177,111,10). Sum of RGB (Red+Green+Blue) = 177+111+10=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16F0A is #4E90F5. Grayscale: #777777. Windows color (decimal): -5148918 or 683953. OLE color: 683953.
HSL color Cylindrical-coordinate representation of color #B16F0A: hue angle of 36.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B16F0A is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 10 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.31 |
| HSL | 36.29º | 0.89% | 0.37% | - |
| HSV(B) | 36.29º | 0.94% | 0.69% | - |
| XYZ | 23.87 | 20.74 | 3.03 | - |
| YUV | 119.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 10 | 0 | 0.37 | 0.94 | 0.31 | 36.29 | 0.89 | 0.37 |
| Hex | B1 | 6F | A | 0 | 25 | 5E | 1F | 24 | 59 | 25 |
| Octal | 261 | 157 | 12 | 0 | 45 | 136 | 37 | 44 | 131 | 45 |
| Binary | 10110001 | 1101111 | 1010 | 0 | 100101 | 1011110 | 11111 | 100100 | 1011001 | 100101 |
Color Harmonies of #B16F0A
Complementary color
Monochromatic Colors of #B16F0A
Black with #B16F0A
Text Example
Text Example
White with #B16F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16F0A; }
p { color: rgb(177,111,10); }
H1.HeaderClassName
{
color: #B16F0A;
}
.AnyTagClassName
{
color: #B16F0A;
}
</style>
background-color css
<style>
a { background-color: #B16F0A; }
a { background-color: rgb(177,111,10); }
div.DivClassName
{
background-color: #B16F0A;
}
.BgClassName
{
background-color: #B16F0A;
}
</style>
border-color css
<style>
span { border-color: #B16F0A; }
span { border-color: rgb(177,111,10); }
td.TdClassName
{
border-color: #B16F0A;
}
.TagClassName
{
border-color: #B16F0A;
}
</style>