Shades of Smoke Tree #BE673F
Tints of Smoke Tree #BE673F
RGB
CMYK
RGB Variations
Color information
#BE673F (or 0xBE673F) is known color: Smoke Tree. HEX triplet: BE, 67 and 3F. RGB value is (190,103,63). Sum of RGB (Red+Green+Blue) = 190+103+63=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE673F is #4198C0. Grayscale: #7C7C7C. Windows color (decimal): -4298945 or 4155326. OLE color: 4155326.
HSL color Cylindrical-coordinate representation of color #BE673F: hue angle of 18.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE673F is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 63 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.25 |
| HSL | 18.9º | 0.5% | 0.5% | - |
| HSV(B) | 18.9º | 0.67% | 0.75% | - |
| XYZ | 26.98 | 21.01 | 7.34 | - |
| YUV | 124.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 63 | 0 | 0.46 | 0.67 | 0.25 | 18.9 | 0.5 | 0.5 |
| Hex | BE | 67 | 3F | 0 | 2E | 43 | 19 | 13 | 32 | 32 |
| Octal | 276 | 147 | 77 | 0 | 56 | 103 | 31 | 23 | 62 | 62 |
| Binary | 10111110 | 1100111 | 111111 | 0 | 101110 | 1000011 | 11001 | 10011 | 110010 | 110010 |
Color Harmonies of #BE673F
Complementary color
Monochromatic Colors of #BE673F
Black with #BE673F
Text Example
Text Example
White with #BE673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE673F; }
p { color: rgb(190,103,63); }
H1.HeaderClassName
{
color: #BE673F;
}
.AnyTagClassName
{
color: #BE673F;
}
</style>
background-color css
<style>
a { background-color: #BE673F; }
a { background-color: rgb(190,103,63); }
div.DivClassName
{
background-color: #BE673F;
}
.BgClassName
{
background-color: #BE673F;
}
</style>
border-color css
<style>
span { border-color: #BE673F; }
span { border-color: rgb(190,103,63); }
td.TdClassName
{
border-color: #BE673F;
}
.TagClassName
{
border-color: #BE673F;
}
</style>