Shades of Smoke Tree #BE5C2C
Tints of Smoke Tree #BE5C2C
RGB
CMYK
RGB Variations
Color information
#BE5C2C (or 0xBE5C2C) is known color: Smoke Tree. HEX triplet: BE, 5C and 2C. RGB value is (190,92,44). Sum of RGB (Red+Green+Blue) = 190+92+44=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C2C is #41A3D3. Grayscale: #747474. Windows color (decimal): -4301780 or 2907326. OLE color: 2907326.
HSL color Cylindrical-coordinate representation of color #BE5C2C: hue angle of 19.73º 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 #BE5C2C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 92 | 44 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.25 |
| HSL | 19.73º | 0.62% | 0.46% | - |
| HSV(B) | 19.73º | 0.77% | 0.75% | - |
| XYZ | 25.52 | 18.78 | 4.66 | - |
| YUV | 115.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 44 | 0 | 0.52 | 0.77 | 0.25 | 19.73 | 0.62 | 0.46 |
| Hex | BE | 5C | 2C | 0 | 34 | 4D | 19 | 14 | 3E | 2E |
| Octal | 276 | 134 | 54 | 0 | 64 | 115 | 31 | 24 | 76 | 56 |
| Binary | 10111110 | 1011100 | 101100 | 0 | 110100 | 1001101 | 11001 | 10100 | 111110 | 101110 |
Color Harmonies of #BE5C2C
Complementary color
Monochromatic Colors of #BE5C2C
Black with #BE5C2C
Text Example
Text Example
White with #BE5C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5C2C; }
p { color: rgb(190,92,44); }
H1.HeaderClassName
{
color: #BE5C2C;
}
.AnyTagClassName
{
color: #BE5C2C;
}
</style>
background-color css
<style>
a { background-color: #BE5C2C; }
a { background-color: rgb(190,92,44); }
div.DivClassName
{
background-color: #BE5C2C;
}
.BgClassName
{
background-color: #BE5C2C;
}
</style>
border-color css
<style>
span { border-color: #BE5C2C; }
span { border-color: rgb(190,92,44); }
td.TdClassName
{
border-color: #BE5C2C;
}
.TagClassName
{
border-color: #BE5C2C;
}
</style>