Shades of Tenne (Tawny) #B45A03
Tints of Tenne (Tawny) #B45A03
RGB
CMYK
RGB Variations
Color information
#B45A03 (or 0xB45A03) is known color: Tenne (Tawny). HEX triplet: B4, 5A and 03. RGB value is (180,90,3). Sum of RGB (Red+Green+Blue) = 180+90+3=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A03 is #4BA5FC. Grayscale: #6B6B6B. Windows color (decimal): -4957693 or 219828. OLE color: 219828.
HSL color Cylindrical-coordinate representation of color #B45A03: hue angle of 29.49º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B45A03 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 3 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.29 |
| HSL | 29.49º | 0.97% | 0.36% | - |
| HSV(B) | 29.49º | 0.98% | 0.71% | - |
| XYZ | 22.49 | 17.02 | 2.19 | - |
| YUV | 106.99 | 69.32 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 3 | 0 | 0.50 | 0.98 | 0.29 | 29.49 | 0.97 | 0.36 |
| Hex | B4 | 5A | 3 | 0 | 32 | 62 | 1D | 1D | 61 | 24 |
| Octal | 264 | 132 | 3 | 0 | 62 | 142 | 35 | 35 | 141 | 44 |
| Binary | 10110100 | 1011010 | 11 | 0 | 110010 | 1100010 | 11101 | 11101 | 1100001 | 100100 |
Color Harmonies of #B45A03
Complementary color
Monochromatic Colors of #B45A03
Black with #B45A03
Text Example
Text Example
White with #B45A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A03; }
p { color: rgb(180,90,3); }
H1.HeaderClassName
{
color: #B45A03;
}
.AnyTagClassName
{
color: #B45A03;
}
</style>
background-color css
<style>
a { background-color: #B45A03; }
a { background-color: rgb(180,90,3); }
div.DivClassName
{
background-color: #B45A03;
}
.BgClassName
{
background-color: #B45A03;
}
</style>
border-color css
<style>
span { border-color: #B45A03; }
span { border-color: rgb(180,90,3); }
td.TdClassName
{
border-color: #B45A03;
}
.TagClassName
{
border-color: #B45A03;
}
</style>