Shades of Tenne (Tawny) #B15901
Tints of Tenne (Tawny) #B15901
RGB
CMYK
RGB Variations
Color information
#B15901 (or 0xB15901) is known color: Tenne (Tawny). HEX triplet: B1, 59 and 01. RGB value is (177,89,1). Sum of RGB (Red+Green+Blue) = 177+89+1=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B15901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15901 is #4EA6FE. Grayscale: #696969. Windows color (decimal): -5154559 or 88497. OLE color: 88497.
HSL color Cylindrical-coordinate representation of color #B15901: hue angle of 30º degrees, saturation: 0.99, 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 #B15901 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.31 |
| HSL | 30º | 0.99% | 0.35% | - |
| HSV(B) | 30º | 0.99% | 0.69% | - |
| XYZ | 21.71 | 16.49 | 2.07 | - |
| YUV | 105.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 1 | 0 | 0.50 | 0.99 | 0.31 | 30 | 0.99 | 0.35 |
| Hex | B1 | 59 | 1 | 0 | 32 | 63 | 1F | 1E | 63 | 23 |
| Octal | 261 | 131 | 1 | 0 | 62 | 143 | 37 | 36 | 143 | 43 |
| Binary | 10110001 | 1011001 | 1 | 0 | 110010 | 1100011 | 11111 | 11110 | 1100011 | 100011 |
Color Harmonies of #B15901
Complementary color
Monochromatic Colors of #B15901
Black with #B15901
Text Example
Text Example
White with #B15901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15901; }
p { color: rgb(177,89,1); }
H1.HeaderClassName
{
color: #B15901;
}
.AnyTagClassName
{
color: #B15901;
}
</style>
background-color css
<style>
a { background-color: #B15901; }
a { background-color: rgb(177,89,1); }
div.DivClassName
{
background-color: #B15901;
}
.BgClassName
{
background-color: #B15901;
}
</style>
border-color css
<style>
span { border-color: #B15901; }
span { border-color: rgb(177,89,1); }
td.TdClassName
{
border-color: #B15901;
}
.TagClassName
{
border-color: #B15901;
}
</style>