Shades of Smoke Tree #BE613B
Tints of Smoke Tree #BE613B
RGB
CMYK
RGB Variations
Color information
#BE613B (or 0xBE613B) is known color: Smoke Tree. HEX triplet: BE, 61 and 3B. RGB value is (190,97,59). Sum of RGB (Red+Green+Blue) = 190+97+59=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE613B is #419EC4. Grayscale: #787878. Windows color (decimal): -4300485 or 3891646. OLE color: 3891646.
HSL color Cylindrical-coordinate representation of color #BE613B: hue angle of 17.4º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE613B is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 59 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.25 |
| HSL | 17.4º | 0.53% | 0.49% | - |
| HSV(B) | 17.4º | 0.69% | 0.75% | - |
| XYZ | 26.3 | 19.81 | 6.58 | - |
| YUV | 120.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 59 | 0 | 0.49 | 0.69 | 0.25 | 17.4 | 0.53 | 0.49 |
| Hex | BE | 61 | 3B | 0 | 31 | 45 | 19 | 11 | 35 | 31 |
| Octal | 276 | 141 | 73 | 0 | 61 | 105 | 31 | 21 | 65 | 61 |
| Binary | 10111110 | 1100001 | 111011 | 0 | 110001 | 1000101 | 11001 | 10001 | 110101 | 110001 |
Color Harmonies of #BE613B
Complementary color
Monochromatic Colors of #BE613B
Black with #BE613B
Text Example
Text Example
White with #BE613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE613B; }
p { color: rgb(190,97,59); }
H1.HeaderClassName
{
color: #BE613B;
}
.AnyTagClassName
{
color: #BE613B;
}
</style>
background-color css
<style>
a { background-color: #BE613B; }
a { background-color: rgb(190,97,59); }
div.DivClassName
{
background-color: #BE613B;
}
.BgClassName
{
background-color: #BE613B;
}
</style>
border-color css
<style>
span { border-color: #BE613B; }
span { border-color: rgb(190,97,59); }
td.TdClassName
{
border-color: #BE613B;
}
.TagClassName
{
border-color: #BE613B;
}
</style>