Shades of Smoke Tree #B6573C
Tints of Smoke Tree #B6573C
RGB
CMYK
RGB Variations
Color information
#B6573C (or 0xB6573C) is known color: Smoke Tree. HEX triplet: B6, 57 and 3C. RGB value is (182,87,60). Sum of RGB (Red+Green+Blue) = 182+87+60=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6573C is #49A8C3. Grayscale: #707070. Windows color (decimal): -4827332 or 3954614. OLE color: 3954614.
HSL color Cylindrical-coordinate representation of color #B6573C: hue angle of 13.28º 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 #B6573C is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 87 | 60 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.29 |
| HSL | 13.28º | 0.5% | 0.47% | - |
| HSV(B) | 13.28º | 0.67% | 0.71% | - |
| XYZ | 23.52 | 17.09 | 6.33 | - |
| YUV | 112.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 60 | 0 | 0.52 | 0.67 | 0.29 | 13.28 | 0.5 | 0.47 |
| Hex | B6 | 57 | 3C | 0 | 34 | 43 | 1D | D | 32 | 2F |
| Octal | 266 | 127 | 74 | 0 | 64 | 103 | 35 | 15 | 62 | 57 |
| Binary | 10110110 | 1010111 | 111100 | 0 | 110100 | 1000011 | 11101 | 1101 | 110010 | 101111 |
Color Harmonies of #B6573C
Complementary color
Monochromatic Colors of #B6573C
Black with #B6573C
Text Example
Text Example
White with #B6573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6573C; }
p { color: rgb(182,87,60); }
H1.HeaderClassName
{
color: #B6573C;
}
.AnyTagClassName
{
color: #B6573C;
}
</style>
background-color css
<style>
a { background-color: #B6573C; }
a { background-color: rgb(182,87,60); }
div.DivClassName
{
background-color: #B6573C;
}
.BgClassName
{
background-color: #B6573C;
}
</style>
border-color css
<style>
span { border-color: #B6573C; }
span { border-color: rgb(182,87,60); }
td.TdClassName
{
border-color: #B6573C;
}
.TagClassName
{
border-color: #B6573C;
}
</style>