Shades of Smoke Tree #BE5A38
Tints of Smoke Tree #BE5A38
RGB
CMYK
RGB Variations
Color information
#BE5A38 (or 0xBE5A38) is known color: Smoke Tree. HEX triplet: BE, 5A and 38. RGB value is (190,90,56). Sum of RGB (Red+Green+Blue) = 190+90+56=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A38 is #41A5C7. Grayscale: #747474. Windows color (decimal): -4302280 or 3693246. OLE color: 3693246.
HSL color Cylindrical-coordinate representation of color #BE5A38: hue angle of 15.22º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE5A38 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 56 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.25 |
| HSL | 15.22º | 0.54% | 0.48% | - |
| HSV(B) | 15.22º | 0.71% | 0.75% | - |
| XYZ | 25.61 | 18.55 | 5.97 | - |
| YUV | 116.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 56 | 0 | 0.53 | 0.71 | 0.25 | 15.22 | 0.54 | 0.48 |
| Hex | BE | 5A | 38 | 0 | 35 | 47 | 19 | F | 36 | 30 |
| Octal | 276 | 132 | 70 | 0 | 65 | 107 | 31 | 17 | 66 | 60 |
| Binary | 10111110 | 1011010 | 111000 | 0 | 110101 | 1000111 | 11001 | 1111 | 110110 | 110000 |
Color Harmonies of #BE5A38
Complementary color
Monochromatic Colors of #BE5A38
Black with #BE5A38
Text Example
Text Example
White with #BE5A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A38; }
p { color: rgb(190,90,56); }
H1.HeaderClassName
{
color: #BE5A38;
}
.AnyTagClassName
{
color: #BE5A38;
}
</style>
background-color css
<style>
a { background-color: #BE5A38; }
a { background-color: rgb(190,90,56); }
div.DivClassName
{
background-color: #BE5A38;
}
.BgClassName
{
background-color: #BE5A38;
}
</style>
border-color css
<style>
span { border-color: #BE5A38; }
span { border-color: rgb(190,90,56); }
td.TdClassName
{
border-color: #BE5A38;
}
.TagClassName
{
border-color: #BE5A38;
}
</style>