Shades of Tenne (Tawny) #B45C0A
Tints of Tenne (Tawny) #B45C0A
RGB
CMYK
RGB Variations
Color information
#B45C0A (or 0xB45C0A) is known color: Tenne (Tawny). HEX triplet: B4, 5C and 0A. RGB value is (180,92,10). Sum of RGB (Red+Green+Blue) = 180+92+10=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C0A is #4BA3F5. Grayscale: #6D6D6D. Windows color (decimal): -4957174 or 679092. OLE color: 679092.
HSL color Cylindrical-coordinate representation of color #B45C0A: hue angle of 28.94º degrees, saturation: 0.89, 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 #B45C0A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 10 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.29 |
| HSL | 28.94º | 0.89% | 0.37% | - |
| HSV(B) | 28.94º | 0.94% | 0.71% | - |
| XYZ | 22.7 | 17.38 | 2.45 | - |
| YUV | 108.96 | 72.15 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 10 | 0 | 0.49 | 0.94 | 0.29 | 28.94 | 0.89 | 0.37 |
| Hex | B4 | 5C | A | 0 | 31 | 5E | 1D | 1D | 59 | 25 |
| Octal | 264 | 134 | 12 | 0 | 61 | 136 | 35 | 35 | 131 | 45 |
| Binary | 10110100 | 1011100 | 1010 | 0 | 110001 | 1011110 | 11101 | 11101 | 1011001 | 100101 |
Color Harmonies of #B45C0A
Complementary color
Monochromatic Colors of #B45C0A
Black with #B45C0A
Text Example
Text Example
White with #B45C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C0A; }
p { color: rgb(180,92,10); }
H1.HeaderClassName
{
color: #B45C0A;
}
.AnyTagClassName
{
color: #B45C0A;
}
</style>
background-color css
<style>
a { background-color: #B45C0A; }
a { background-color: rgb(180,92,10); }
div.DivClassName
{
background-color: #B45C0A;
}
.BgClassName
{
background-color: #B45C0A;
}
</style>
border-color css
<style>
span { border-color: #B45C0A; }
span { border-color: rgb(180,92,10); }
td.TdClassName
{
border-color: #B45C0A;
}
.TagClassName
{
border-color: #B45C0A;
}
</style>