Shades of Golden Brown #B16916
Tints of Golden Brown #B16916
RGB
CMYK
RGB Variations
Color information
#B16916 (or 0xB16916) is known color: Golden Brown. HEX triplet: B1, 69 and 16. RGB value is (177,105,22). Sum of RGB (Red+Green+Blue) = 177+105+22=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B16916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16916 is #4E96E9. Grayscale: #757575. Windows color (decimal): -5150442 or 1468849. OLE color: 1468849.
HSL color Cylindrical-coordinate representation of color #B16916: hue angle of 32.13º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B16916 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 22 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.31 |
| HSL | 32.13º | 0.78% | 0.39% | - |
| HSV(B) | 32.13º | 0.88% | 0.69% | - |
| XYZ | 23.33 | 19.51 | 3.3 | - |
| YUV | 117.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 22 | 0 | 0.41 | 0.88 | 0.31 | 32.13 | 0.78 | 0.39 |
| Hex | B1 | 69 | 16 | 0 | 29 | 58 | 1F | 20 | 4E | 27 |
| Octal | 261 | 151 | 26 | 0 | 51 | 130 | 37 | 40 | 116 | 47 |
| Binary | 10110001 | 1101001 | 10110 | 0 | 101001 | 1011000 | 11111 | 100000 | 1001110 | 100111 |
Color Harmonies of #B16916
Complementary color
Monochromatic Colors of #B16916
Black with #B16916
Text Example
Text Example
White with #B16916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16916; }
p { color: rgb(177,105,22); }
H1.HeaderClassName
{
color: #B16916;
}
.AnyTagClassName
{
color: #B16916;
}
</style>
background-color css
<style>
a { background-color: #B16916; }
a { background-color: rgb(177,105,22); }
div.DivClassName
{
background-color: #B16916;
}
.BgClassName
{
background-color: #B16916;
}
</style>
border-color css
<style>
span { border-color: #B16916; }
span { border-color: rgb(177,105,22); }
td.TdClassName
{
border-color: #B16916;
}
.TagClassName
{
border-color: #B16916;
}
</style>