Shades of Tenne (Tawny) #B45502
Tints of Tenne (Tawny) #B45502
RGB
CMYK
RGB Variations
Color information
#B45502 (or 0xB45502) is known color: Tenne (Tawny). HEX triplet: B4, 55 and 02. RGB value is (180,85,2). Sum of RGB (Red+Green+Blue) = 180+85+2=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B45502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45502 is #4BAAFD. Grayscale: #686868. Windows color (decimal): -4958974 or 153012. OLE color: 153012.
HSL color Cylindrical-coordinate representation of color #B45502: hue angle of 27.98º 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 #B45502 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 85 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.29 |
| HSL | 27.98º | 0.98% | 0.36% | - |
| HSV(B) | 27.98º | 0.99% | 0.71% | - |
| XYZ | 22.08 | 16.2 | 2.02 | - |
| YUV | 103.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 2 | 0 | 0.53 | 0.99 | 0.29 | 27.98 | 0.98 | 0.36 |
| Hex | B4 | 55 | 2 | 0 | 35 | 63 | 1D | 1C | 62 | 24 |
| Octal | 264 | 125 | 2 | 0 | 65 | 143 | 35 | 34 | 142 | 44 |
| Binary | 10110100 | 1010101 | 10 | 0 | 110101 | 1100011 | 11101 | 11100 | 1100010 | 100100 |
Color Harmonies of #B45502
Complementary color
Monochromatic Colors of #B45502
Black with #B45502
Text Example
Text Example
White with #B45502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45502; }
p { color: rgb(180,85,2); }
H1.HeaderClassName
{
color: #B45502;
}
.AnyTagClassName
{
color: #B45502;
}
</style>
background-color css
<style>
a { background-color: #B45502; }
a { background-color: rgb(180,85,2); }
div.DivClassName
{
background-color: #B45502;
}
.BgClassName
{
background-color: #B45502;
}
</style>
border-color css
<style>
span { border-color: #B45502; }
span { border-color: rgb(180,85,2); }
td.TdClassName
{
border-color: #B45502;
}
.TagClassName
{
border-color: #B45502;
}
</style>