Shades of Tenne (Tawny) #B45200
Tints of Tenne (Tawny) #B45200
RGB
CMYK
RGB Variations
Color information
#B45200 (or 0xB45200) is known color: Tenne (Tawny). HEX triplet: B4, 52 and 00. RGB value is (180,82,0). Sum of RGB (Red+Green+Blue) = 180+82+0=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B45200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45200 is #4BADFF. Grayscale: #666666. Windows color (decimal): -4959744 or 21172. OLE color: 21172.
HSL color Cylindrical-coordinate representation of color #B45200: hue angle of 27.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B45200 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.29 |
| HSL | 27.33º | 1% | 0.35% | - |
| HSV(B) | 27.33º | 1% | 0.71% | - |
| XYZ | 21.84 | 15.74 | 1.89 | - |
| YUV | 101.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 0 | 0 | 0.54 | 1 | 0.29 | 27.33 | 1 | 0.35 |
| Hex | B4 | 52 | 0 | 0 | 36 | 64 | 1D | 1B | 64 | 23 |
| Octal | 264 | 122 | 0 | 0 | 66 | 144 | 35 | 33 | 144 | 43 |
| Binary | 10110100 | 1010010 | 0 | 0 | 110110 | 1100100 | 11101 | 11011 | 1100100 | 100011 |
Color Harmonies of #B45200
Complementary color
Monochromatic Colors of #B45200
Black with #B45200
Text Example
Text Example
White with #B45200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45200; }
p { color: rgb(180,82,0); }
H1.HeaderClassName
{
color: #B45200;
}
.AnyTagClassName
{
color: #B45200;
}
</style>
background-color css
<style>
a { background-color: #B45200; }
a { background-color: rgb(180,82,0); }
div.DivClassName
{
background-color: #B45200;
}
.BgClassName
{
background-color: #B45200;
}
</style>
border-color css
<style>
span { border-color: #B45200; }
span { border-color: rgb(180,82,0); }
td.TdClassName
{
border-color: #B45200;
}
.TagClassName
{
border-color: #B45200;
}
</style>