Shades of Smoke Tree #BE5A30
Tints of Smoke Tree #BE5A30
RGB
CMYK
RGB Variations
Color information
#BE5A30 (or 0xBE5A30) is known color: Smoke Tree. HEX triplet: BE, 5A and 30. RGB value is (190,90,48). Sum of RGB (Red+Green+Blue) = 190+90+48=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A30 is #41A5CF. Grayscale: #737373. Windows color (decimal): -4302288 or 3168958. OLE color: 3168958.
HSL color Cylindrical-coordinate representation of color #BE5A30: hue angle of 17.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE5A30 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 48 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.25 |
| HSL | 17.75º | 0.6% | 0.47% | - |
| HSV(B) | 17.75º | 0.75% | 0.75% | - |
| XYZ | 25.42 | 18.47 | 5.02 | - |
| YUV | 115.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 48 | 0 | 0.53 | 0.75 | 0.25 | 17.75 | 0.6 | 0.47 |
| Hex | BE | 5A | 30 | 0 | 35 | 4B | 19 | 12 | 3C | 2F |
| Octal | 276 | 132 | 60 | 0 | 65 | 113 | 31 | 22 | 74 | 57 |
| Binary | 10111110 | 1011010 | 110000 | 0 | 110101 | 1001011 | 11001 | 10010 | 111100 | 101111 |
Color Harmonies of #BE5A30
Complementary color
Monochromatic Colors of #BE5A30
Black with #BE5A30
Text Example
Text Example
White with #BE5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A30; }
p { color: rgb(190,90,48); }
H1.HeaderClassName
{
color: #BE5A30;
}
.AnyTagClassName
{
color: #BE5A30;
}
</style>
background-color css
<style>
a { background-color: #BE5A30; }
a { background-color: rgb(190,90,48); }
div.DivClassName
{
background-color: #BE5A30;
}
.BgClassName
{
background-color: #BE5A30;
}
</style>
border-color css
<style>
span { border-color: #BE5A30; }
span { border-color: rgb(190,90,48); }
td.TdClassName
{
border-color: #BE5A30;
}
.TagClassName
{
border-color: #BE5A30;
}
</style>