Shades of Tenne (Tawny) #B15602
Tints of Tenne (Tawny) #B15602
RGB
CMYK
RGB Variations
Color information
#B15602 (or 0xB15602) is known color: Tenne (Tawny). HEX triplet: B1, 56 and 02. RGB value is (177,86,2). Sum of RGB (Red+Green+Blue) = 177+86+2=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B15602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15602 is #4EA9FD. Grayscale: #686868. Windows color (decimal): -5155326 or 153265. OLE color: 153265.
HSL color Cylindrical-coordinate representation of color #B15602: hue angle of 28.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B15602 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.31 |
| HSL | 28.8º | 0.98% | 0.35% | - |
| HSV(B) | 28.8º | 0.99% | 0.69% | - |
| XYZ | 21.47 | 16.01 | 2.02 | - |
| YUV | 103.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 2 | 0 | 0.51 | 0.99 | 0.31 | 28.8 | 0.98 | 0.35 |
| Hex | B1 | 56 | 2 | 0 | 33 | 63 | 1F | 1D | 62 | 23 |
| Octal | 261 | 126 | 2 | 0 | 63 | 143 | 37 | 35 | 142 | 43 |
| Binary | 10110001 | 1010110 | 10 | 0 | 110011 | 1100011 | 11111 | 11101 | 1100010 | 100011 |
Color Harmonies of #B15602
Complementary color
Monochromatic Colors of #B15602
Black with #B15602
Text Example
Text Example
White with #B15602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15602; }
p { color: rgb(177,86,2); }
H1.HeaderClassName
{
color: #B15602;
}
.AnyTagClassName
{
color: #B15602;
}
</style>
background-color css
<style>
a { background-color: #B15602; }
a { background-color: rgb(177,86,2); }
div.DivClassName
{
background-color: #B15602;
}
.BgClassName
{
background-color: #B15602;
}
</style>
border-color css
<style>
span { border-color: #B15602; }
span { border-color: rgb(177,86,2); }
td.TdClassName
{
border-color: #B15602;
}
.TagClassName
{
border-color: #B15602;
}
</style>