Shades of Smoke Tree #BE572C
Tints of Smoke Tree #BE572C
RGB
CMYK
RGB Variations
Color information
#BE572C (or 0xBE572C) is known color: Smoke Tree. HEX triplet: BE, 57 and 2C. RGB value is (190,87,44). Sum of RGB (Red+Green+Blue) = 190+87+44=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE572C is #41A8D3. Grayscale: #717171. Windows color (decimal): -4303060 or 2906046. OLE color: 2906046.
HSL color Cylindrical-coordinate representation of color #BE572C: hue angle of 17.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE572C is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 44 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.25 |
| HSL | 17.67º | 0.62% | 0.46% | - |
| HSV(B) | 17.67º | 0.77% | 0.75% | - |
| XYZ | 25.1 | 17.95 | 4.52 | - |
| YUV | 112.9 | 89.12 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 44 | 0 | 0.54 | 0.77 | 0.25 | 17.67 | 0.62 | 0.46 |
| Hex | BE | 57 | 2C | 0 | 36 | 4D | 19 | 12 | 3E | 2E |
| Octal | 276 | 127 | 54 | 0 | 66 | 115 | 31 | 22 | 76 | 56 |
| Binary | 10111110 | 1010111 | 101100 | 0 | 110110 | 1001101 | 11001 | 10010 | 111110 | 101110 |
Color Harmonies of #BE572C
Complementary color
Monochromatic Colors of #BE572C
Black with #BE572C
Text Example
Text Example
White with #BE572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE572C; }
p { color: rgb(190,87,44); }
H1.HeaderClassName
{
color: #BE572C;
}
.AnyTagClassName
{
color: #BE572C;
}
</style>
background-color css
<style>
a { background-color: #BE572C; }
a { background-color: rgb(190,87,44); }
div.DivClassName
{
background-color: #BE572C;
}
.BgClassName
{
background-color: #BE572C;
}
</style>
border-color css
<style>
span { border-color: #BE572C; }
span { border-color: rgb(190,87,44); }
td.TdClassName
{
border-color: #BE572C;
}
.TagClassName
{
border-color: #BE572C;
}
</style>