Shades of Smoke Tree #B55A3C
Tints of Smoke Tree #B55A3C
RGB
CMYK
RGB Variations
Color information
#B55A3C (or 0xB55A3C) is known color: Smoke Tree. HEX triplet: B5, 5A and 3C. RGB value is (181,90,60). Sum of RGB (Red+Green+Blue) = 181+90+60=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A3C is #4AA5C3. Grayscale: #717171. Windows color (decimal): -4892100 or 3955381. OLE color: 3955381.
HSL color Cylindrical-coordinate representation of color #B55A3C: hue angle of 14.88º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B55A3C is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 60 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.29 |
| HSL | 14.88º | 0.5% | 0.47% | - |
| HSV(B) | 14.88º | 0.67% | 0.71% | - |
| XYZ | 23.53 | 17.46 | 6.41 | - |
| YUV | 113.79 | 97.65 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 60 | 0 | 0.50 | 0.67 | 0.29 | 14.88 | 0.5 | 0.47 |
| Hex | B5 | 5A | 3C | 0 | 32 | 43 | 1D | F | 32 | 2F |
| Octal | 265 | 132 | 74 | 0 | 62 | 103 | 35 | 17 | 62 | 57 |
| Binary | 10110101 | 1011010 | 111100 | 0 | 110010 | 1000011 | 11101 | 1111 | 110010 | 101111 |
Color Harmonies of #B55A3C
Complementary color
Monochromatic Colors of #B55A3C
Black with #B55A3C
Text Example
Text Example
White with #B55A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A3C; }
p { color: rgb(181,90,60); }
H1.HeaderClassName
{
color: #B55A3C;
}
.AnyTagClassName
{
color: #B55A3C;
}
</style>
background-color css
<style>
a { background-color: #B55A3C; }
a { background-color: rgb(181,90,60); }
div.DivClassName
{
background-color: #B55A3C;
}
.BgClassName
{
background-color: #B55A3C;
}
</style>
border-color css
<style>
span { border-color: #B55A3C; }
span { border-color: rgb(181,90,60); }
td.TdClassName
{
border-color: #B55A3C;
}
.TagClassName
{
border-color: #B55A3C;
}
</style>