Shades of Golden Brown #B16917
Tints of Golden Brown #B16917
RGB
CMYK
RGB Variations
Color information
#B16917 (or 0xB16917) is known color: Golden Brown. HEX triplet: B1, 69 and 17. RGB value is (177,105,23). Sum of RGB (Red+Green+Blue) = 177+105+23=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B16917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16917 is #4E96E8. Grayscale: #757575. Windows color (decimal): -5150441 or 1534385. OLE color: 1534385.
HSL color Cylindrical-coordinate representation of color #B16917: hue angle of 31.95º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B16917 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 105 | 23 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.31 |
| HSL | 31.95º | 0.77% | 0.39% | - |
| HSV(B) | 31.95º | 0.87% | 0.69% | - |
| XYZ | 23.34 | 19.51 | 3.35 | - |
| YUV | 117.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 23 | 0 | 0.41 | 0.87 | 0.31 | 31.95 | 0.77 | 0.39 |
| Hex | B1 | 69 | 17 | 0 | 29 | 57 | 1F | 20 | 4D | 27 |
| Octal | 261 | 151 | 27 | 0 | 51 | 127 | 37 | 40 | 115 | 47 |
| Binary | 10110001 | 1101001 | 10111 | 0 | 101001 | 1010111 | 11111 | 100000 | 1001101 | 100111 |
Color Harmonies of #B16917
Complementary color
Monochromatic Colors of #B16917
Black with #B16917
Text Example
Text Example
White with #B16917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16917; }
p { color: rgb(177,105,23); }
H1.HeaderClassName
{
color: #B16917;
}
.AnyTagClassName
{
color: #B16917;
}
</style>
background-color css
<style>
a { background-color: #B16917; }
a { background-color: rgb(177,105,23); }
div.DivClassName
{
background-color: #B16917;
}
.BgClassName
{
background-color: #B16917;
}
</style>
border-color css
<style>
span { border-color: #B16917; }
span { border-color: rgb(177,105,23); }
td.TdClassName
{
border-color: #B16917;
}
.TagClassName
{
border-color: #B16917;
}
</style>