Shades of Golden Brown #B16517
Tints of Golden Brown #B16517
RGB
CMYK
RGB Variations
Color information
#B16517 (or 0xB16517) is known color: Golden Brown. HEX triplet: B1, 65 and 17. RGB value is (177,101,23). Sum of RGB (Red+Green+Blue) = 177+101+23=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B16517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16517 is #4E9AE8. Grayscale: #737373. Windows color (decimal): -5151465 or 1533361. OLE color: 1533361.
HSL color Cylindrical-coordinate representation of color #B16517: hue angle of 30.39º 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 #B16517 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 23 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.31 |
| HSL | 30.39º | 0.77% | 0.39% | - |
| HSV(B) | 30.39º | 0.87% | 0.69% | - |
| XYZ | 22.94 | 18.72 | 3.21 | - |
| YUV | 114.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 23 | 0 | 0.43 | 0.87 | 0.31 | 30.39 | 0.77 | 0.39 |
| Hex | B1 | 65 | 17 | 0 | 2B | 57 | 1F | 1E | 4D | 27 |
| Octal | 261 | 145 | 27 | 0 | 53 | 127 | 37 | 36 | 115 | 47 |
| Binary | 10110001 | 1100101 | 10111 | 0 | 101011 | 1010111 | 11111 | 11110 | 1001101 | 100111 |
Color Harmonies of #B16517
Complementary color
Monochromatic Colors of #B16517
Black with #B16517
Text Example
Text Example
White with #B16517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16517; }
p { color: rgb(177,101,23); }
H1.HeaderClassName
{
color: #B16517;
}
.AnyTagClassName
{
color: #B16517;
}
</style>
background-color css
<style>
a { background-color: #B16517; }
a { background-color: rgb(177,101,23); }
div.DivClassName
{
background-color: #B16517;
}
.BgClassName
{
background-color: #B16517;
}
</style>
border-color css
<style>
span { border-color: #B16517; }
span { border-color: rgb(177,101,23); }
td.TdClassName
{
border-color: #B16517;
}
.TagClassName
{
border-color: #B16517;
}
</style>