Shades of Smoke Tree #BE562D
Tints of Smoke Tree #BE562D
RGB
CMYK
RGB Variations
Color information
#BE562D (or 0xBE562D) is known color: Smoke Tree. HEX triplet: BE, 56 and 2D. RGB value is (190,86,45). Sum of RGB (Red+Green+Blue) = 190+86+45=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE562D is #41A9D2. Grayscale: #707070. Windows color (decimal): -4303315 or 2971326. OLE color: 2971326.
HSL color Cylindrical-coordinate representation of color #BE562D: hue angle of 16.97º degrees, saturation: 0.62, 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 #BE562D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 45 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.25 |
| HSL | 16.97º | 0.62% | 0.46% | - |
| HSV(B) | 16.97º | 0.76% | 0.75% | - |
| XYZ | 25.04 | 17.79 | 4.6 | - |
| YUV | 112.42 | 89.96 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 45 | 0 | 0.55 | 0.76 | 0.25 | 16.97 | 0.62 | 0.46 |
| Hex | BE | 56 | 2D | 0 | 37 | 4C | 19 | 11 | 3E | 2E |
| Octal | 276 | 126 | 55 | 0 | 67 | 114 | 31 | 21 | 76 | 56 |
| Binary | 10111110 | 1010110 | 101101 | 0 | 110111 | 1001100 | 11001 | 10001 | 111110 | 101110 |
Color Harmonies of #BE562D
Complementary color
Monochromatic Colors of #BE562D
Black with #BE562D
Text Example
Text Example
White with #BE562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE562D; }
p { color: rgb(190,86,45); }
H1.HeaderClassName
{
color: #BE562D;
}
.AnyTagClassName
{
color: #BE562D;
}
</style>
background-color css
<style>
a { background-color: #BE562D; }
a { background-color: rgb(190,86,45); }
div.DivClassName
{
background-color: #BE562D;
}
.BgClassName
{
background-color: #BE562D;
}
</style>
border-color css
<style>
span { border-color: #BE562D; }
span { border-color: rgb(190,86,45); }
td.TdClassName
{
border-color: #BE562D;
}
.TagClassName
{
border-color: #BE562D;
}
</style>