Shades of Tenne (Tawny) #B55D12
Tints of Tenne (Tawny) #B55D12
RGB
CMYK
RGB Variations
Color information
#B55D12 (or 0xB55D12) is known color: Tenne (Tawny). HEX triplet: B5, 5D and 12. RGB value is (181,93,18). Sum of RGB (Red+Green+Blue) = 181+93+18=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55D12 is #4AA2ED. Grayscale: #6F6F6F. Windows color (decimal): -4891374 or 1203637. OLE color: 1203637.
HSL color Cylindrical-coordinate representation of color #B55D12: hue angle of 27.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B55D12 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 18 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.29 |
| HSL | 27.61º | 0.82% | 0.39% | - |
| HSV(B) | 27.61º | 0.9% | 0.71% | - |
| XYZ | 23.08 | 17.7 | 2.77 | - |
| YUV | 110.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 18 | 0 | 0.49 | 0.90 | 0.29 | 27.61 | 0.82 | 0.39 |
| Hex | B5 | 5D | 12 | 0 | 31 | 5A | 1D | 1C | 52 | 27 |
| Octal | 265 | 135 | 22 | 0 | 61 | 132 | 35 | 34 | 122 | 47 |
| Binary | 10110101 | 1011101 | 10010 | 0 | 110001 | 1011010 | 11101 | 11100 | 1010010 | 100111 |
Color Harmonies of #B55D12
Complementary color
Monochromatic Colors of #B55D12
Black with #B55D12
Text Example
Text Example
White with #B55D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D12; }
p { color: rgb(181,93,18); }
H1.HeaderClassName
{
color: #B55D12;
}
.AnyTagClassName
{
color: #B55D12;
}
</style>
background-color css
<style>
a { background-color: #B55D12; }
a { background-color: rgb(181,93,18); }
div.DivClassName
{
background-color: #B55D12;
}
.BgClassName
{
background-color: #B55D12;
}
</style>
border-color css
<style>
span { border-color: #B55D12; }
span { border-color: rgb(181,93,18); }
td.TdClassName
{
border-color: #B55D12;
}
.TagClassName
{
border-color: #B55D12;
}
</style>