Shades of Tenne (Tawny) #B55302
Tints of Tenne (Tawny) #B55302
RGB
CMYK
RGB Variations
Color information
#B55302 (or 0xB55302) is known color: Tenne (Tawny). HEX triplet: B5, 53 and 02. RGB value is (181,83,2). Sum of RGB (Red+Green+Blue) = 181+83+2=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B55302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55302 is #4AACFD. Grayscale: #676767. Windows color (decimal): -4893950 or 152501. OLE color: 152501.
HSL color Cylindrical-coordinate representation of color #B55302: hue angle of 27.15º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B55302 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.29 |
| HSL | 27.15º | 0.98% | 0.36% | - |
| HSV(B) | 27.15º | 0.99% | 0.71% | - |
| XYZ | 22.16 | 16.01 | 1.98 | - |
| YUV | 103.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 2 | 0 | 0.54 | 0.99 | 0.29 | 27.15 | 0.98 | 0.36 |
| Hex | B5 | 53 | 2 | 0 | 36 | 63 | 1D | 1B | 62 | 24 |
| Octal | 265 | 123 | 2 | 0 | 66 | 143 | 35 | 33 | 142 | 44 |
| Binary | 10110101 | 1010011 | 10 | 0 | 110110 | 1100011 | 11101 | 11011 | 1100010 | 100100 |
Color Harmonies of #B55302
Complementary color
Monochromatic Colors of #B55302
Black with #B55302
Text Example
Text Example
White with #B55302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55302; }
p { color: rgb(181,83,2); }
H1.HeaderClassName
{
color: #B55302;
}
.AnyTagClassName
{
color: #B55302;
}
</style>
background-color css
<style>
a { background-color: #B55302; }
a { background-color: rgb(181,83,2); }
div.DivClassName
{
background-color: #B55302;
}
.BgClassName
{
background-color: #B55302;
}
</style>
border-color css
<style>
span { border-color: #B55302; }
span { border-color: rgb(181,83,2); }
td.TdClassName
{
border-color: #B55302;
}
.TagClassName
{
border-color: #B55302;
}
</style>