Shades of Smoke Tree #BE633C
Tints of Smoke Tree #BE633C
RGB
CMYK
RGB Variations
Color information
#BE633C (or 0xBE633C) is known color: Smoke Tree. HEX triplet: BE, 63 and 3C. RGB value is (190,99,60). Sum of RGB (Red+Green+Blue) = 190+99+60=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE633C is #419CC3. Grayscale: #7A7A7A. Windows color (decimal): -4299972 or 3957694. OLE color: 3957694.
HSL color Cylindrical-coordinate representation of color #BE633C: hue angle of 18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE633C is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 60 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.25 |
| HSL | 18º | 0.52% | 0.49% | - |
| HSV(B) | 18º | 0.68% | 0.75% | - |
| XYZ | 26.51 | 20.2 | 6.78 | - |
| YUV | 121.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 60 | 0 | 0.48 | 0.68 | 0.25 | 18 | 0.52 | 0.49 |
| Hex | BE | 63 | 3C | 0 | 30 | 44 | 19 | 12 | 34 | 31 |
| Octal | 276 | 143 | 74 | 0 | 60 | 104 | 31 | 22 | 64 | 61 |
| Binary | 10111110 | 1100011 | 111100 | 0 | 110000 | 1000100 | 11001 | 10010 | 110100 | 110001 |
Color Harmonies of #BE633C
Complementary color
Monochromatic Colors of #BE633C
Black with #BE633C
Text Example
Text Example
White with #BE633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE633C; }
p { color: rgb(190,99,60); }
H1.HeaderClassName
{
color: #BE633C;
}
.AnyTagClassName
{
color: #BE633C;
}
</style>
background-color css
<style>
a { background-color: #BE633C; }
a { background-color: rgb(190,99,60); }
div.DivClassName
{
background-color: #BE633C;
}
.BgClassName
{
background-color: #BE633C;
}
</style>
border-color css
<style>
span { border-color: #BE633C; }
span { border-color: rgb(190,99,60); }
td.TdClassName
{
border-color: #BE633C;
}
.TagClassName
{
border-color: #BE633C;
}
</style>