Shades of Tenne (Tawny) #B95201
Tints of Tenne (Tawny) #B95201
RGB
CMYK
RGB Variations
Color information
#B95201 (or 0xB95201) is known color: Tenne (Tawny). HEX triplet: B9, 52 and 01. RGB value is (185,82,1). Sum of RGB (Red+Green+Blue) = 185+82+1=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B95201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95201 is #46ADFE. Grayscale: #676767. Windows color (decimal): -4632063 or 86713. OLE color: 86713.
HSL color Cylindrical-coordinate representation of color #B95201: hue angle of 26.41º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B95201 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.27 |
| HSL | 26.41º | 0.99% | 0.36% | - |
| HSV(B) | 26.41º | 0.99% | 0.73% | - |
| XYZ | 23.03 | 16.35 | 1.97 | - |
| YUV | 103.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 1 | 0 | 0.56 | 0.99 | 0.27 | 26.41 | 0.99 | 0.36 |
| Hex | B9 | 52 | 1 | 0 | 38 | 63 | 1B | 1A | 63 | 24 |
| Octal | 271 | 122 | 1 | 0 | 70 | 143 | 33 | 32 | 143 | 44 |
| Binary | 10111001 | 1010010 | 1 | 0 | 111000 | 1100011 | 11011 | 11010 | 1100011 | 100100 |
Color Harmonies of #B95201
Complementary color
Monochromatic Colors of #B95201
Black with #B95201
Text Example
Text Example
White with #B95201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95201; }
p { color: rgb(185,82,1); }
H1.HeaderClassName
{
color: #B95201;
}
.AnyTagClassName
{
color: #B95201;
}
</style>
background-color css
<style>
a { background-color: #B95201; }
a { background-color: rgb(185,82,1); }
div.DivClassName
{
background-color: #B95201;
}
.BgClassName
{
background-color: #B95201;
}
</style>
border-color css
<style>
span { border-color: #B95201; }
span { border-color: rgb(185,82,1); }
td.TdClassName
{
border-color: #B95201;
}
.TagClassName
{
border-color: #B95201;
}
</style>