Shades of Smoke Tree #B55E35
Tints of Smoke Tree #B55E35
RGB
CMYK
RGB Variations
Color information
#B55E35 (or 0xB55E35) is known color: Smoke Tree. HEX triplet: B5, 5E and 35. RGB value is (181,94,53). Sum of RGB (Red+Green+Blue) = 181+94+53=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E35 is #4AA1CA. Grayscale: #737373. Windows color (decimal): -4891083 or 3497653. OLE color: 3497653.
HSL color Cylindrical-coordinate representation of color #B55E35: hue angle of 19.22º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B55E35 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 53 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.29 |
| HSL | 19.22º | 0.55% | 0.46% | - |
| HSV(B) | 19.22º | 0.71% | 0.71% | - |
| XYZ | 23.7 | 18.09 | 5.61 | - |
| YUV | 115.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 53 | 0 | 0.48 | 0.71 | 0.29 | 19.22 | 0.55 | 0.46 |
| Hex | B5 | 5E | 35 | 0 | 30 | 47 | 1D | 13 | 37 | 2E |
| Octal | 265 | 136 | 65 | 0 | 60 | 107 | 35 | 23 | 67 | 56 |
| Binary | 10110101 | 1011110 | 110101 | 0 | 110000 | 1000111 | 11101 | 10011 | 110111 | 101110 |
Color Harmonies of #B55E35
Complementary color
Monochromatic Colors of #B55E35
Black with #B55E35
Text Example
Text Example
White with #B55E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E35; }
p { color: rgb(181,94,53); }
H1.HeaderClassName
{
color: #B55E35;
}
.AnyTagClassName
{
color: #B55E35;
}
</style>
background-color css
<style>
a { background-color: #B55E35; }
a { background-color: rgb(181,94,53); }
div.DivClassName
{
background-color: #B55E35;
}
.BgClassName
{
background-color: #B55E35;
}
</style>
border-color css
<style>
span { border-color: #B55E35; }
span { border-color: rgb(181,94,53); }
td.TdClassName
{
border-color: #B55E35;
}
.TagClassName
{
border-color: #B55E35;
}
</style>