Shades of Smoke Tree #B55E36
Tints of Smoke Tree #B55E36
RGB
CMYK
RGB Variations
Color information
#B55E36 (or 0xB55E36) is known color: Smoke Tree. HEX triplet: B5, 5E and 36. RGB value is (181,94,54). Sum of RGB (Red+Green+Blue) = 181+94+54=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E36 is #4AA1C9. Grayscale: #737373. Windows color (decimal): -4891082 or 3563189. OLE color: 3563189.
HSL color Cylindrical-coordinate representation of color #B55E36: hue angle of 18.9º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B55E36 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 54 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.29 |
| HSL | 18.9º | 0.54% | 0.46% | - |
| HSV(B) | 18.9º | 0.7% | 0.71% | - |
| XYZ | 23.72 | 18.1 | 5.73 | - |
| YUV | 115.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 54 | 0 | 0.48 | 0.70 | 0.29 | 18.9 | 0.54 | 0.46 |
| Hex | B5 | 5E | 36 | 0 | 30 | 46 | 1D | 13 | 36 | 2E |
| Octal | 265 | 136 | 66 | 0 | 60 | 106 | 35 | 23 | 66 | 56 |
| Binary | 10110101 | 1011110 | 110110 | 0 | 110000 | 1000110 | 11101 | 10011 | 110110 | 101110 |
Color Harmonies of #B55E36
Complementary color
Monochromatic Colors of #B55E36
Black with #B55E36
Text Example
Text Example
White with #B55E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E36; }
p { color: rgb(181,94,54); }
H1.HeaderClassName
{
color: #B55E36;
}
.AnyTagClassName
{
color: #B55E36;
}
</style>
background-color css
<style>
a { background-color: #B55E36; }
a { background-color: rgb(181,94,54); }
div.DivClassName
{
background-color: #B55E36;
}
.BgClassName
{
background-color: #B55E36;
}
</style>
border-color css
<style>
span { border-color: #B55E36; }
span { border-color: rgb(181,94,54); }
td.TdClassName
{
border-color: #B55E36;
}
.TagClassName
{
border-color: #B55E36;
}
</style>