Shades of Smoke Tree #BE562E
Tints of Smoke Tree #BE562E
RGB
CMYK
RGB Variations
Color information
#BE562E (or 0xBE562E) is known color: Smoke Tree. HEX triplet: BE, 56 and 2E. RGB value is (190,86,46). Sum of RGB (Red+Green+Blue) = 190+86+46=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE562E is #41A9D1. Grayscale: #707070. Windows color (decimal): -4303314 or 3036862. OLE color: 3036862.
HSL color Cylindrical-coordinate representation of color #BE562E: hue angle of 16.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE562E is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 46 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.25 |
| HSL | 16.67º | 0.61% | 0.46% | - |
| HSV(B) | 16.67º | 0.76% | 0.75% | - |
| XYZ | 25.06 | 17.8 | 4.7 | - |
| YUV | 112.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 46 | 0 | 0.55 | 0.76 | 0.25 | 16.67 | 0.61 | 0.46 |
| Hex | BE | 56 | 2E | 0 | 37 | 4C | 19 | 11 | 3D | 2E |
| Octal | 276 | 126 | 56 | 0 | 67 | 114 | 31 | 21 | 75 | 56 |
| Binary | 10111110 | 1010110 | 101110 | 0 | 110111 | 1001100 | 11001 | 10001 | 111101 | 101110 |
Color Harmonies of #BE562E
Complementary color
Monochromatic Colors of #BE562E
Black with #BE562E
Text Example
Text Example
White with #BE562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE562E; }
p { color: rgb(190,86,46); }
H1.HeaderClassName
{
color: #BE562E;
}
.AnyTagClassName
{
color: #BE562E;
}
</style>
background-color css
<style>
a { background-color: #BE562E; }
a { background-color: rgb(190,86,46); }
div.DivClassName
{
background-color: #BE562E;
}
.BgClassName
{
background-color: #BE562E;
}
</style>
border-color css
<style>
span { border-color: #BE562E; }
span { border-color: rgb(190,86,46); }
td.TdClassName
{
border-color: #BE562E;
}
.TagClassName
{
border-color: #BE562E;
}
</style>