Shades of Tenne (Tawny) #B95302
Tints of Tenne (Tawny) #B95302
RGB
CMYK
RGB Variations
Color information
#B95302 (or 0xB95302) is known color: Tenne (Tawny). HEX triplet: B9, 53 and 02. RGB value is (185,83,2). Sum of RGB (Red+Green+Blue) = 185+83+2=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B95302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95302 is #46ACFD. Grayscale: #686868. Windows color (decimal): -4631806 or 152505. OLE color: 152505.
HSL color Cylindrical-coordinate representation of color #B95302: hue angle of 26.56º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B95302 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.27 |
| HSL | 26.56º | 0.98% | 0.37% | - |
| HSV(B) | 26.56º | 0.99% | 0.73% | - |
| XYZ | 23.11 | 16.51 | 2.03 | - |
| YUV | 104.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 2 | 0 | 0.55 | 0.99 | 0.27 | 26.56 | 0.98 | 0.37 |
| Hex | B9 | 53 | 2 | 0 | 37 | 63 | 1B | 1B | 62 | 25 |
| Octal | 271 | 123 | 2 | 0 | 67 | 143 | 33 | 33 | 142 | 45 |
| Binary | 10111001 | 1010011 | 10 | 0 | 110111 | 1100011 | 11011 | 11011 | 1100010 | 100101 |
Color Harmonies of #B95302
Complementary color
Monochromatic Colors of #B95302
Black with #B95302
Text Example
Text Example
White with #B95302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95302; }
p { color: rgb(185,83,2); }
H1.HeaderClassName
{
color: #B95302;
}
.AnyTagClassName
{
color: #B95302;
}
</style>
background-color css
<style>
a { background-color: #B95302; }
a { background-color: rgb(185,83,2); }
div.DivClassName
{
background-color: #B95302;
}
.BgClassName
{
background-color: #B95302;
}
</style>
border-color css
<style>
span { border-color: #B95302; }
span { border-color: rgb(185,83,2); }
td.TdClassName
{
border-color: #B95302;
}
.TagClassName
{
border-color: #B95302;
}
</style>