Shades of Tenne (Tawny) #B95401
Tints of Tenne (Tawny) #B95401
RGB
CMYK
RGB Variations
Color information
#B95401 (or 0xB95401) is known color: Tenne (Tawny). HEX triplet: B9, 54 and 01. RGB value is (185,84,1). Sum of RGB (Red+Green+Blue) = 185+84+1=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B95401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95401 is #46ABFE. Grayscale: #696969. Windows color (decimal): -4631551 or 87225. OLE color: 87225.
HSL color Cylindrical-coordinate representation of color #B95401: hue angle of 27.07º 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 #B95401 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.27 |
| HSL | 27.07º | 0.99% | 0.36% | - |
| HSV(B) | 27.07º | 0.99% | 0.73% | - |
| XYZ | 23.18 | 16.66 | 2.02 | - |
| YUV | 104.74 | 69.46 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 1 | 0 | 0.55 | 0.99 | 0.27 | 27.07 | 0.99 | 0.36 |
| Hex | B9 | 54 | 1 | 0 | 37 | 63 | 1B | 1B | 63 | 24 |
| Octal | 271 | 124 | 1 | 0 | 67 | 143 | 33 | 33 | 143 | 44 |
| Binary | 10111001 | 1010100 | 1 | 0 | 110111 | 1100011 | 11011 | 11011 | 1100011 | 100100 |
Color Harmonies of #B95401
Complementary color
Monochromatic Colors of #B95401
Black with #B95401
Text Example
Text Example
White with #B95401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95401; }
p { color: rgb(185,84,1); }
H1.HeaderClassName
{
color: #B95401;
}
.AnyTagClassName
{
color: #B95401;
}
</style>
background-color css
<style>
a { background-color: #B95401; }
a { background-color: rgb(185,84,1); }
div.DivClassName
{
background-color: #B95401;
}
.BgClassName
{
background-color: #B95401;
}
</style>
border-color css
<style>
span { border-color: #B95401; }
span { border-color: rgb(185,84,1); }
td.TdClassName
{
border-color: #B95401;
}
.TagClassName
{
border-color: #B95401;
}
</style>