Shades of Smoke Tree #B5583C
Tints of Smoke Tree #B5583C
RGB
CMYK
RGB Variations
Color information
#B5583C (or 0xB5583C) is known color: Smoke Tree. HEX triplet: B5, 58 and 3C. RGB value is (181,88,60). Sum of RGB (Red+Green+Blue) = 181+88+60=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5583C is #4AA7C3. Grayscale: #707070. Windows color (decimal): -4892612 or 3954869. OLE color: 3954869.
HSL color Cylindrical-coordinate representation of color #B5583C: hue angle of 13.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 #B5583C is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 60 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.29 |
| HSL | 13.88º | 0.5% | 0.47% | - |
| HSV(B) | 13.88º | 0.67% | 0.71% | - |
| XYZ | 23.36 | 17.13 | 6.35 | - |
| YUV | 112.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 60 | 0 | 0.51 | 0.67 | 0.29 | 13.88 | 0.5 | 0.47 |
| Hex | B5 | 58 | 3C | 0 | 33 | 43 | 1D | E | 32 | 2F |
| Octal | 265 | 130 | 74 | 0 | 63 | 103 | 35 | 16 | 62 | 57 |
| Binary | 10110101 | 1011000 | 111100 | 0 | 110011 | 1000011 | 11101 | 1110 | 110010 | 101111 |
Color Harmonies of #B5583C
Complementary color
Monochromatic Colors of #B5583C
Black with #B5583C
Text Example
Text Example
White with #B5583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5583C; }
p { color: rgb(181,88,60); }
H1.HeaderClassName
{
color: #B5583C;
}
.AnyTagClassName
{
color: #B5583C;
}
</style>
background-color css
<style>
a { background-color: #B5583C; }
a { background-color: rgb(181,88,60); }
div.DivClassName
{
background-color: #B5583C;
}
.BgClassName
{
background-color: #B5583C;
}
</style>
border-color css
<style>
span { border-color: #B5583C; }
span { border-color: rgb(181,88,60); }
td.TdClassName
{
border-color: #B5583C;
}
.TagClassName
{
border-color: #B5583C;
}
</style>