Shades of Golden Brown #B16613
Tints of Golden Brown #B16613
RGB
CMYK
RGB Variations
Color information
#B16613 (or 0xB16613) is known color: Golden Brown. HEX triplet: B1, 66 and 13. RGB value is (177,102,19). Sum of RGB (Red+Green+Blue) = 177+102+19=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B16613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16613 is #4E99EC. Grayscale: #737373. Windows color (decimal): -5151213 or 1271473. OLE color: 1271473.
HSL color Cylindrical-coordinate representation of color #B16613: hue angle of 31.52º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B16613 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 19 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.31 |
| HSL | 31.52º | 0.81% | 0.38% | - |
| HSV(B) | 31.52º | 0.89% | 0.69% | - |
| XYZ | 23 | 18.9 | 3.05 | - |
| YUV | 114.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 19 | 0 | 0.42 | 0.89 | 0.31 | 31.52 | 0.81 | 0.38 |
| Hex | B1 | 66 | 13 | 0 | 2A | 59 | 1F | 20 | 51 | 26 |
| Octal | 261 | 146 | 23 | 0 | 52 | 131 | 37 | 40 | 121 | 46 |
| Binary | 10110001 | 1100110 | 10011 | 0 | 101010 | 1011001 | 11111 | 100000 | 1010001 | 100110 |
Color Harmonies of #B16613
Complementary color
Monochromatic Colors of #B16613
Black with #B16613
Text Example
Text Example
White with #B16613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16613; }
p { color: rgb(177,102,19); }
H1.HeaderClassName
{
color: #B16613;
}
.AnyTagClassName
{
color: #B16613;
}
</style>
background-color css
<style>
a { background-color: #B16613; }
a { background-color: rgb(177,102,19); }
div.DivClassName
{
background-color: #B16613;
}
.BgClassName
{
background-color: #B16613;
}
</style>
border-color css
<style>
span { border-color: #B16613; }
span { border-color: rgb(177,102,19); }
td.TdClassName
{
border-color: #B16613;
}
.TagClassName
{
border-color: #B16613;
}
</style>