Shades of Smoke Tree #B55B3A
Tints of Smoke Tree #B55B3A
RGB
CMYK
RGB Variations
Color information
#B55B3A (or 0xB55B3A) is known color: Smoke Tree. HEX triplet: B5, 5B and 3A. RGB value is (181,91,58). Sum of RGB (Red+Green+Blue) = 181+91+58=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B3A is #4AA4C5. Grayscale: #727272. Windows color (decimal): -4891846 or 3824565. OLE color: 3824565.
HSL color Cylindrical-coordinate representation of color #B55B3A: hue angle of 16.1º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B55B3A is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 58 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.29 |
| HSL | 16.1º | 0.51% | 0.47% | - |
| HSV(B) | 16.1º | 0.68% | 0.71% | - |
| XYZ | 23.56 | 17.61 | 6.16 | - |
| YUV | 114.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 58 | 0 | 0.50 | 0.68 | 0.29 | 16.1 | 0.51 | 0.47 |
| Hex | B5 | 5B | 3A | 0 | 32 | 44 | 1D | 10 | 33 | 2F |
| Octal | 265 | 133 | 72 | 0 | 62 | 104 | 35 | 20 | 63 | 57 |
| Binary | 10110101 | 1011011 | 111010 | 0 | 110010 | 1000100 | 11101 | 10000 | 110011 | 101111 |
Color Harmonies of #B55B3A
Complementary color
Monochromatic Colors of #B55B3A
Black with #B55B3A
Text Example
Text Example
White with #B55B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55B3A; }
p { color: rgb(181,91,58); }
H1.HeaderClassName
{
color: #B55B3A;
}
.AnyTagClassName
{
color: #B55B3A;
}
</style>
background-color css
<style>
a { background-color: #B55B3A; }
a { background-color: rgb(181,91,58); }
div.DivClassName
{
background-color: #B55B3A;
}
.BgClassName
{
background-color: #B55B3A;
}
</style>
border-color css
<style>
span { border-color: #B55B3A; }
span { border-color: rgb(181,91,58); }
td.TdClassName
{
border-color: #B55B3A;
}
.TagClassName
{
border-color: #B55B3A;
}
</style>