Shades of Tenne (Tawny) #B15900
Tints of Tenne (Tawny) #B15900
RGB
CMYK
RGB Variations
Color information
#B15900 (or 0xB15900) is known color: Tenne (Tawny). HEX triplet: B1, 59 and 00. RGB value is (177,89,0). Sum of RGB (Red+Green+Blue) = 177+89+0=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B15900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15900 is #4EA6FF. Grayscale: #696969. Windows color (decimal): -5154560 or 22961. OLE color: 22961.
HSL color Cylindrical-coordinate representation of color #B15900: hue angle of 30.17º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B15900 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.31 |
| HSL | 30.17º | 1% | 0.35% | - |
| HSV(B) | 30.17º | 1% | 0.69% | - |
| XYZ | 21.7 | 16.49 | 2.04 | - |
| YUV | 105.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 0 | 0 | 0.50 | 1 | 0.31 | 30.17 | 1 | 0.35 |
| Hex | B1 | 59 | 0 | 0 | 32 | 64 | 1F | 1E | 64 | 23 |
| Octal | 261 | 131 | 0 | 0 | 62 | 144 | 37 | 36 | 144 | 43 |
| Binary | 10110001 | 1011001 | 0 | 0 | 110010 | 1100100 | 11111 | 11110 | 1100100 | 100011 |
Color Harmonies of #B15900
Complementary color
Monochromatic Colors of #B15900
Black with #B15900
Text Example
Text Example
White with #B15900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15900; }
p { color: rgb(177,89,0); }
H1.HeaderClassName
{
color: #B15900;
}
.AnyTagClassName
{
color: #B15900;
}
</style>
background-color css
<style>
a { background-color: #B15900; }
a { background-color: rgb(177,89,0); }
div.DivClassName
{
background-color: #B15900;
}
.BgClassName
{
background-color: #B15900;
}
</style>
border-color css
<style>
span { border-color: #B15900; }
span { border-color: rgb(177,89,0); }
td.TdClassName
{
border-color: #B15900;
}
.TagClassName
{
border-color: #B15900;
}
</style>