Shades of Smoke Tree #BE6232
Tints of Smoke Tree #BE6232
RGB
CMYK
RGB Variations
Color information
#BE6232 (or 0xBE6232) is known color: Smoke Tree. HEX triplet: BE, 62 and 32. RGB value is (190,98,50). Sum of RGB (Red+Green+Blue) = 190+98+50=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6232 is #419DCD. Grayscale: #787878. Windows color (decimal): -4300238 or 3302078. OLE color: 3302078.
HSL color Cylindrical-coordinate representation of color #BE6232: hue angle of 20.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE6232 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 50 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.25 |
| HSL | 20.57º | 0.58% | 0.47% | - |
| HSV(B) | 20.57º | 0.74% | 0.75% | - |
| XYZ | 26.18 | 19.91 | 5.48 | - |
| YUV | 120.04 | 88.48 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 50 | 0 | 0.48 | 0.74 | 0.25 | 20.57 | 0.58 | 0.47 |
| Hex | BE | 62 | 32 | 0 | 30 | 4A | 19 | 15 | 3A | 2F |
| Octal | 276 | 142 | 62 | 0 | 60 | 112 | 31 | 25 | 72 | 57 |
| Binary | 10111110 | 1100010 | 110010 | 0 | 110000 | 1001010 | 11001 | 10101 | 111010 | 101111 |
Color Harmonies of #BE6232
Complementary color
Monochromatic Colors of #BE6232
Black with #BE6232
Text Example
Text Example
White with #BE6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6232; }
p { color: rgb(190,98,50); }
H1.HeaderClassName
{
color: #BE6232;
}
.AnyTagClassName
{
color: #BE6232;
}
</style>
background-color css
<style>
a { background-color: #BE6232; }
a { background-color: rgb(190,98,50); }
div.DivClassName
{
background-color: #BE6232;
}
.BgClassName
{
background-color: #BE6232;
}
</style>
border-color css
<style>
span { border-color: #BE6232; }
span { border-color: rgb(190,98,50); }
td.TdClassName
{
border-color: #BE6232;
}
.TagClassName
{
border-color: #BE6232;
}
</style>