Shades of Golden Brown #B16519
Tints of Golden Brown #B16519
RGB
CMYK
RGB Variations
Color information
#B16519 (or 0xB16519) is known color: Golden Brown. HEX triplet: B1, 65 and 19. RGB value is (177,101,25). Sum of RGB (Red+Green+Blue) = 177+101+25=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B16519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16519 is #4E9AE6. Grayscale: #737373. Windows color (decimal): -5151463 or 1664433. OLE color: 1664433.
HSL color Cylindrical-coordinate representation of color #B16519: hue angle of 30º 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 #B16519 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 25 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.31 |
| HSL | 30º | 0.75% | 0.4% | - |
| HSV(B) | 30º | 0.86% | 0.69% | - |
| XYZ | 22.96 | 18.72 | 3.32 | - |
| YUV | 115.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 25 | 0 | 0.43 | 0.86 | 0.31 | 30 | 0.75 | 0.4 |
| Hex | B1 | 65 | 19 | 0 | 2B | 56 | 1F | 1E | 4B | 28 |
| Octal | 261 | 145 | 31 | 0 | 53 | 126 | 37 | 36 | 113 | 50 |
| Binary | 10110001 | 1100101 | 11001 | 0 | 101011 | 1010110 | 11111 | 11110 | 1001011 | 101000 |
Color Harmonies of #B16519
Complementary color
Monochromatic Colors of #B16519
Black with #B16519
Text Example
Text Example
White with #B16519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16519; }
p { color: rgb(177,101,25); }
H1.HeaderClassName
{
color: #B16519;
}
.AnyTagClassName
{
color: #B16519;
}
</style>
background-color css
<style>
a { background-color: #B16519; }
a { background-color: rgb(177,101,25); }
div.DivClassName
{
background-color: #B16519;
}
.BgClassName
{
background-color: #B16519;
}
</style>
border-color css
<style>
span { border-color: #B16519; }
span { border-color: rgb(177,101,25); }
td.TdClassName
{
border-color: #B16519;
}
.TagClassName
{
border-color: #B16519;
}
</style>