Shades of Tenne (Tawny) #B15702
Tints of Tenne (Tawny) #B15702
RGB
CMYK
RGB Variations
Color information
#B15702 (or 0xB15702) is known color: Tenne (Tawny). HEX triplet: B1, 57 and 02. RGB value is (177,87,2). Sum of RGB (Red+Green+Blue) = 177+87+2=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B15702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15702 is #4EA8FD. Grayscale: #686868. Windows color (decimal): -5155070 or 153521. OLE color: 153521.
HSL color Cylindrical-coordinate representation of color #B15702: hue angle of 29.14º 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 #B15702 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.31 |
| HSL | 29.14º | 0.98% | 0.35% | - |
| HSV(B) | 29.14º | 0.99% | 0.69% | - |
| XYZ | 21.55 | 16.17 | 2.04 | - |
| YUV | 104.22 | 70.32 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 2 | 0 | 0.51 | 0.99 | 0.31 | 29.14 | 0.98 | 0.35 |
| Hex | B1 | 57 | 2 | 0 | 33 | 63 | 1F | 1D | 62 | 23 |
| Octal | 261 | 127 | 2 | 0 | 63 | 143 | 37 | 35 | 142 | 43 |
| Binary | 10110001 | 1010111 | 10 | 0 | 110011 | 1100011 | 11111 | 11101 | 1100010 | 100011 |
Color Harmonies of #B15702
Complementary color
Monochromatic Colors of #B15702
Black with #B15702
Text Example
Text Example
White with #B15702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15702; }
p { color: rgb(177,87,2); }
H1.HeaderClassName
{
color: #B15702;
}
.AnyTagClassName
{
color: #B15702;
}
</style>
background-color css
<style>
a { background-color: #B15702; }
a { background-color: rgb(177,87,2); }
div.DivClassName
{
background-color: #B15702;
}
.BgClassName
{
background-color: #B15702;
}
</style>
border-color css
<style>
span { border-color: #B15702; }
span { border-color: rgb(177,87,2); }
td.TdClassName
{
border-color: #B15702;
}
.TagClassName
{
border-color: #B15702;
}
</style>