Shades of Tenne (Tawny) #B45B0B
Tints of Tenne (Tawny) #B45B0B
RGB
CMYK
RGB Variations
Color information
#B45B0B (or 0xB45B0B) is known color: Tenne (Tawny). HEX triplet: B4, 5B and 0B. RGB value is (180,91,11). Sum of RGB (Red+Green+Blue) = 180+91+11=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45B0B is #4BA4F4. Grayscale: #6C6C6C. Windows color (decimal): -4957429 or 744372. OLE color: 744372.
HSL color Cylindrical-coordinate representation of color #B45B0B: hue angle of 28.4º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B45B0B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 91 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.29 |
| HSL | 28.4º | 0.88% | 0.37% | - |
| HSV(B) | 28.4º | 0.94% | 0.71% | - |
| XYZ | 22.62 | 17.21 | 2.45 | - |
| YUV | 108.49 | 72.99 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 11 | 0 | 0.49 | 0.94 | 0.29 | 28.4 | 0.88 | 0.37 |
| Hex | B4 | 5B | B | 0 | 31 | 5E | 1D | 1C | 58 | 25 |
| Octal | 264 | 133 | 13 | 0 | 61 | 136 | 35 | 34 | 130 | 45 |
| Binary | 10110100 | 1011011 | 1011 | 0 | 110001 | 1011110 | 11101 | 11100 | 1011000 | 100101 |
Color Harmonies of #B45B0B
Complementary color
Monochromatic Colors of #B45B0B
Black with #B45B0B
Text Example
Text Example
White with #B45B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45B0B; }
p { color: rgb(180,91,11); }
H1.HeaderClassName
{
color: #B45B0B;
}
.AnyTagClassName
{
color: #B45B0B;
}
</style>
background-color css
<style>
a { background-color: #B45B0B; }
a { background-color: rgb(180,91,11); }
div.DivClassName
{
background-color: #B45B0B;
}
.BgClassName
{
background-color: #B45B0B;
}
</style>
border-color css
<style>
span { border-color: #B45B0B; }
span { border-color: rgb(180,91,11); }
td.TdClassName
{
border-color: #B45B0B;
}
.TagClassName
{
border-color: #B45B0B;
}
</style>