Shades of Smoke Tree #B55A38
Tints of Smoke Tree #B55A38
RGB
CMYK
RGB Variations
Color information
#B55A38 (or 0xB55A38) is known color: Smoke Tree. HEX triplet: B5, 5A and 38. RGB value is (181,90,56). Sum of RGB (Red+Green+Blue) = 181+90+56=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A38 is #4AA5C7. Grayscale: #717171. Windows color (decimal): -4892104 or 3693237. OLE color: 3693237.
HSL color Cylindrical-coordinate representation of color #B55A38: hue angle of 16.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B55A38 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 56 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.29 |
| HSL | 16.32º | 0.53% | 0.46% | - |
| HSV(B) | 16.32º | 0.69% | 0.71% | - |
| XYZ | 23.43 | 17.42 | 5.87 | - |
| YUV | 113.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 56 | 0 | 0.50 | 0.69 | 0.29 | 16.32 | 0.53 | 0.46 |
| Hex | B5 | 5A | 38 | 0 | 32 | 45 | 1D | 10 | 35 | 2E |
| Octal | 265 | 132 | 70 | 0 | 62 | 105 | 35 | 20 | 65 | 56 |
| Binary | 10110101 | 1011010 | 111000 | 0 | 110010 | 1000101 | 11101 | 10000 | 110101 | 101110 |
Color Harmonies of #B55A38
Complementary color
Monochromatic Colors of #B55A38
Black with #B55A38
Text Example
Text Example
White with #B55A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A38; }
p { color: rgb(181,90,56); }
H1.HeaderClassName
{
color: #B55A38;
}
.AnyTagClassName
{
color: #B55A38;
}
</style>
background-color css
<style>
a { background-color: #B55A38; }
a { background-color: rgb(181,90,56); }
div.DivClassName
{
background-color: #B55A38;
}
.BgClassName
{
background-color: #B55A38;
}
</style>
border-color css
<style>
span { border-color: #B55A38; }
span { border-color: rgb(181,90,56); }
td.TdClassName
{
border-color: #B55A38;
}
.TagClassName
{
border-color: #B55A38;
}
</style>