Shades of Smoke Tree #BE5A2A
Tints of Smoke Tree #BE5A2A
RGB
CMYK
RGB Variations
Color information
#BE5A2A (or 0xBE5A2A) is known color: Smoke Tree. HEX triplet: BE, 5A and 2A. RGB value is (190,90,42). Sum of RGB (Red+Green+Blue) = 190+90+42=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A2A is #41A5D5. Grayscale: #727272. Windows color (decimal): -4302294 or 2775742. OLE color: 2775742.
HSL color Cylindrical-coordinate representation of color #BE5A2A: hue angle of 19.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE5A2A is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 42 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.25 |
| HSL | 19.46º | 0.64% | 0.45% | - |
| HSV(B) | 19.46º | 0.78% | 0.75% | - |
| XYZ | 25.31 | 18.43 | 4.41 | - |
| YUV | 114.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 42 | 0 | 0.53 | 0.78 | 0.25 | 19.46 | 0.64 | 0.45 |
| Hex | BE | 5A | 2A | 0 | 35 | 4E | 19 | 13 | 40 | 2D |
| Octal | 276 | 132 | 52 | 0 | 65 | 116 | 31 | 23 | 100 | 55 |
| Binary | 10111110 | 1011010 | 101010 | 0 | 110101 | 1001110 | 11001 | 10011 | 1000000 | 101101 |
Color Harmonies of #BE5A2A
Complementary color
Monochromatic Colors of #BE5A2A
Black with #BE5A2A
Text Example
Text Example
White with #BE5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A2A; }
p { color: rgb(190,90,42); }
H1.HeaderClassName
{
color: #BE5A2A;
}
.AnyTagClassName
{
color: #BE5A2A;
}
</style>
background-color css
<style>
a { background-color: #BE5A2A; }
a { background-color: rgb(190,90,42); }
div.DivClassName
{
background-color: #BE5A2A;
}
.BgClassName
{
background-color: #BE5A2A;
}
</style>
border-color css
<style>
span { border-color: #BE5A2A; }
span { border-color: rgb(190,90,42); }
td.TdClassName
{
border-color: #BE5A2A;
}
.TagClassName
{
border-color: #BE5A2A;
}
</style>