Shades of Tenne (Tawny) #B45A00
Tints of Tenne (Tawny) #B45A00
RGB
CMYK
RGB Variations
Color information
#B45A00 (or 0xB45A00) is known color: Tenne (Tawny). HEX triplet: B4, 5A and 00. RGB value is (180,90,0). Sum of RGB (Red+Green+Blue) = 180+90+0=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A00 is #4BA5FF. Grayscale: #6B6B6B. Windows color (decimal): -4957696 or 23220. OLE color: 23220.
HSL color Cylindrical-coordinate representation of color #B45A00: hue angle of 30º 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 #B45A00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.29 |
| HSL | 30º | 1% | 0.35% | - |
| HSV(B) | 30º | 1% | 0.71% | - |
| XYZ | 22.48 | 17.02 | 2.1 | - |
| YUV | 106.65 | 67.82 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 0 | 0 | 0.50 | 1 | 0.29 | 30 | 1 | 0.35 |
| Hex | B4 | 5A | 0 | 0 | 32 | 64 | 1D | 1E | 64 | 23 |
| Octal | 264 | 132 | 0 | 0 | 62 | 144 | 35 | 36 | 144 | 43 |
| Binary | 10110100 | 1011010 | 0 | 0 | 110010 | 1100100 | 11101 | 11110 | 1100100 | 100011 |
Color Harmonies of #B45A00
Complementary color
Monochromatic Colors of #B45A00
Black with #B45A00
Text Example
Text Example
White with #B45A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A00; }
p { color: rgb(180,90,0); }
H1.HeaderClassName
{
color: #B45A00;
}
.AnyTagClassName
{
color: #B45A00;
}
</style>
background-color css
<style>
a { background-color: #B45A00; }
a { background-color: rgb(180,90,0); }
div.DivClassName
{
background-color: #B45A00;
}
.BgClassName
{
background-color: #B45A00;
}
</style>
border-color css
<style>
span { border-color: #B45A00; }
span { border-color: rgb(180,90,0); }
td.TdClassName
{
border-color: #B45A00;
}
.TagClassName
{
border-color: #B45A00;
}
</style>