Shades of Golden Brown #B16319
Tints of Golden Brown #B16319
RGB
CMYK
RGB Variations
Color information
#B16319 (or 0xB16319) is known color: Golden Brown. HEX triplet: B1, 63 and 19. RGB value is (177,99,25). Sum of RGB (Red+Green+Blue) = 177+99+25=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B16319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16319 is #4E9CE6. Grayscale: #727272. Windows color (decimal): -5151975 or 1663921. OLE color: 1663921.
HSL color Cylindrical-coordinate representation of color #B16319: hue angle of 29.21º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B16319 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 25 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.31 |
| HSL | 29.21º | 0.75% | 0.4% | - |
| HSV(B) | 29.21º | 0.86% | 0.69% | - |
| XYZ | 22.77 | 18.34 | 3.26 | - |
| YUV | 113.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 25 | 0 | 0.44 | 0.86 | 0.31 | 29.21 | 0.75 | 0.4 |
| Hex | B1 | 63 | 19 | 0 | 2C | 56 | 1F | 1D | 4B | 28 |
| Octal | 261 | 143 | 31 | 0 | 54 | 126 | 37 | 35 | 113 | 50 |
| Binary | 10110001 | 1100011 | 11001 | 0 | 101100 | 1010110 | 11111 | 11101 | 1001011 | 101000 |
Color Harmonies of #B16319
Complementary color
Monochromatic Colors of #B16319
Black with #B16319
Text Example
Text Example
White with #B16319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16319; }
p { color: rgb(177,99,25); }
H1.HeaderClassName
{
color: #B16319;
}
.AnyTagClassName
{
color: #B16319;
}
</style>
background-color css
<style>
a { background-color: #B16319; }
a { background-color: rgb(177,99,25); }
div.DivClassName
{
background-color: #B16319;
}
.BgClassName
{
background-color: #B16319;
}
</style>
border-color css
<style>
span { border-color: #B16319; }
span { border-color: rgb(177,99,25); }
td.TdClassName
{
border-color: #B16319;
}
.TagClassName
{
border-color: #B16319;
}
</style>