Shades of Smoke Tree #BE633F
Tints of Smoke Tree #BE633F
RGB
CMYK
RGB Variations
Color information
#BE633F (or 0xBE633F) is known color: Smoke Tree. HEX triplet: BE, 63 and 3F. RGB value is (190,99,63). Sum of RGB (Red+Green+Blue) = 190+99+63=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE633F is #419CC0. Grayscale: #7A7A7A. Windows color (decimal): -4299969 or 4154302. OLE color: 4154302.
HSL color Cylindrical-coordinate representation of color #BE633F: hue angle of 17.01º 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 #BE633F is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 63 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.25 |
| HSL | 17.01º | 0.5% | 0.5% | - |
| HSV(B) | 17.01º | 0.67% | 0.75% | - |
| XYZ | 26.59 | 20.23 | 7.21 | - |
| YUV | 122.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 63 | 0 | 0.48 | 0.67 | 0.25 | 17.01 | 0.5 | 0.5 |
| Hex | BE | 63 | 3F | 0 | 30 | 43 | 19 | 11 | 32 | 32 |
| Octal | 276 | 143 | 77 | 0 | 60 | 103 | 31 | 21 | 62 | 62 |
| Binary | 10111110 | 1100011 | 111111 | 0 | 110000 | 1000011 | 11001 | 10001 | 110010 | 110010 |
Color Harmonies of #BE633F
Complementary color
Monochromatic Colors of #BE633F
Black with #BE633F
Text Example
Text Example
White with #BE633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE633F; }
p { color: rgb(190,99,63); }
H1.HeaderClassName
{
color: #BE633F;
}
.AnyTagClassName
{
color: #BE633F;
}
</style>
background-color css
<style>
a { background-color: #BE633F; }
a { background-color: rgb(190,99,63); }
div.DivClassName
{
background-color: #BE633F;
}
.BgClassName
{
background-color: #BE633F;
}
</style>
border-color css
<style>
span { border-color: #BE633F; }
span { border-color: rgb(190,99,63); }
td.TdClassName
{
border-color: #BE633F;
}
.TagClassName
{
border-color: #BE633F;
}
</style>