Shades of Tenne (Tawny) #B95500
Tints of Tenne (Tawny) #B95500
RGB
CMYK
RGB Variations
Color information
#B95500 (or 0xB95500) is known color: Tenne (Tawny). HEX triplet: B9, 55 and 00. RGB value is (185,85,0). Sum of RGB (Red+Green+Blue) = 185+85+0=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B95500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95500 is #46AAFF. Grayscale: #696969. Windows color (decimal): -4631296 or 21945. OLE color: 21945.
HSL color Cylindrical-coordinate representation of color #B95500: hue angle of 27.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B95500 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.27 |
| HSL | 27.57º | 1% | 0.36% | - |
| HSV(B) | 27.57º | 1% | 0.73% | - |
| XYZ | 23.26 | 16.81 | 2.02 | - |
| YUV | 105.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 0 | 0 | 0.54 | 1 | 0.27 | 27.57 | 1 | 0.36 |
| Hex | B9 | 55 | 0 | 0 | 36 | 64 | 1B | 1C | 64 | 24 |
| Octal | 271 | 125 | 0 | 0 | 66 | 144 | 33 | 34 | 144 | 44 |
| Binary | 10111001 | 1010101 | 0 | 0 | 110110 | 1100100 | 11011 | 11100 | 1100100 | 100100 |
Color Harmonies of #B95500
Complementary color
Monochromatic Colors of #B95500
Black with #B95500
Text Example
Text Example
White with #B95500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95500; }
p { color: rgb(185,85,0); }
H1.HeaderClassName
{
color: #B95500;
}
.AnyTagClassName
{
color: #B95500;
}
</style>
background-color css
<style>
a { background-color: #B95500; }
a { background-color: rgb(185,85,0); }
div.DivClassName
{
background-color: #B95500;
}
.BgClassName
{
background-color: #B95500;
}
</style>
border-color css
<style>
span { border-color: #B95500; }
span { border-color: rgb(185,85,0); }
td.TdClassName
{
border-color: #B95500;
}
.TagClassName
{
border-color: #B95500;
}
</style>