Shades of Smoke Tree #BE592D
Tints of Smoke Tree #BE592D
RGB
CMYK
RGB Variations
Color information
#BE592D (or 0xBE592D) is known color: Smoke Tree. HEX triplet: BE, 59 and 2D. RGB value is (190,89,45). Sum of RGB (Red+Green+Blue) = 190+89+45=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE592D is #41A6D2. Grayscale: #727272. Windows color (decimal): -4302547 or 2972094. OLE color: 2972094.
HSL color Cylindrical-coordinate representation of color #BE592D: hue angle of 18.21º 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 #BE592D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 45 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.25 |
| HSL | 18.21º | 0.62% | 0.46% | - |
| HSV(B) | 18.21º | 0.76% | 0.75% | - |
| XYZ | 25.28 | 18.28 | 4.68 | - |
| YUV | 114.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 45 | 0 | 0.53 | 0.76 | 0.25 | 18.21 | 0.62 | 0.46 |
| Hex | BE | 59 | 2D | 0 | 35 | 4C | 19 | 12 | 3E | 2E |
| Octal | 276 | 131 | 55 | 0 | 65 | 114 | 31 | 22 | 76 | 56 |
| Binary | 10111110 | 1011001 | 101101 | 0 | 110101 | 1001100 | 11001 | 10010 | 111110 | 101110 |
Color Harmonies of #BE592D
Complementary color
Monochromatic Colors of #BE592D
Black with #BE592D
Text Example
Text Example
White with #BE592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE592D; }
p { color: rgb(190,89,45); }
H1.HeaderClassName
{
color: #BE592D;
}
.AnyTagClassName
{
color: #BE592D;
}
</style>
background-color css
<style>
a { background-color: #BE592D; }
a { background-color: rgb(190,89,45); }
div.DivClassName
{
background-color: #BE592D;
}
.BgClassName
{
background-color: #BE592D;
}
</style>
border-color css
<style>
span { border-color: #BE592D; }
span { border-color: rgb(190,89,45); }
td.TdClassName
{
border-color: #BE592D;
}
.TagClassName
{
border-color: #BE592D;
}
</style>