Shades of Smoke Tree #BE582A
Tints of Smoke Tree #BE582A
RGB
CMYK
RGB Variations
Color information
#BE582A (or 0xBE582A) is known color: Smoke Tree. HEX triplet: BE, 58 and 2A. RGB value is (190,88,42). Sum of RGB (Red+Green+Blue) = 190+88+42=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE582A is #41A7D5. Grayscale: #717171. Windows color (decimal): -4302806 or 2775230. OLE color: 2775230.
HSL color Cylindrical-coordinate representation of color #BE582A: hue angle of 18.65º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE582A is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 42 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.25 |
| HSL | 18.65º | 0.64% | 0.45% | - |
| HSV(B) | 18.65º | 0.78% | 0.75% | - |
| XYZ | 25.14 | 18.09 | 4.36 | - |
| YUV | 113.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 42 | 0 | 0.54 | 0.78 | 0.25 | 18.65 | 0.64 | 0.45 |
| Hex | BE | 58 | 2A | 0 | 36 | 4E | 19 | 13 | 40 | 2D |
| Octal | 276 | 130 | 52 | 0 | 66 | 116 | 31 | 23 | 100 | 55 |
| Binary | 10111110 | 1011000 | 101010 | 0 | 110110 | 1001110 | 11001 | 10011 | 1000000 | 101101 |
Color Harmonies of #BE582A
Complementary color
Monochromatic Colors of #BE582A
Black with #BE582A
Text Example
Text Example
White with #BE582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE582A; }
p { color: rgb(190,88,42); }
H1.HeaderClassName
{
color: #BE582A;
}
.AnyTagClassName
{
color: #BE582A;
}
</style>
background-color css
<style>
a { background-color: #BE582A; }
a { background-color: rgb(190,88,42); }
div.DivClassName
{
background-color: #BE582A;
}
.BgClassName
{
background-color: #BE582A;
}
</style>
border-color css
<style>
span { border-color: #BE582A; }
span { border-color: rgb(190,88,42); }
td.TdClassName
{
border-color: #BE582A;
}
.TagClassName
{
border-color: #BE582A;
}
</style>