Shades of Smoke Tree #BE6033
Tints of Smoke Tree #BE6033
RGB
CMYK
RGB Variations
Color information
#BE6033 (or 0xBE6033) is known color: Smoke Tree. HEX triplet: BE, 60 and 33. RGB value is (190,96,51). Sum of RGB (Red+Green+Blue) = 190+96+51=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6033 is #419FCC. Grayscale: #777777. Windows color (decimal): -4300749 or 3367102. OLE color: 3367102.
HSL color Cylindrical-coordinate representation of color #BE6033: hue angle of 19.42º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE6033 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 51 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.25 |
| HSL | 19.42º | 0.58% | 0.47% | - |
| HSV(B) | 19.42º | 0.73% | 0.75% | - |
| XYZ | 26.02 | 19.55 | 5.53 | - |
| YUV | 118.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 51 | 0 | 0.49 | 0.73 | 0.25 | 19.42 | 0.58 | 0.47 |
| Hex | BE | 60 | 33 | 0 | 31 | 49 | 19 | 13 | 3A | 2F |
| Octal | 276 | 140 | 63 | 0 | 61 | 111 | 31 | 23 | 72 | 57 |
| Binary | 10111110 | 1100000 | 110011 | 0 | 110001 | 1001001 | 11001 | 10011 | 111010 | 101111 |
Color Harmonies of #BE6033
Complementary color
Monochromatic Colors of #BE6033
Black with #BE6033
Text Example
Text Example
White with #BE6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6033; }
p { color: rgb(190,96,51); }
H1.HeaderClassName
{
color: #BE6033;
}
.AnyTagClassName
{
color: #BE6033;
}
</style>
background-color css
<style>
a { background-color: #BE6033; }
a { background-color: rgb(190,96,51); }
div.DivClassName
{
background-color: #BE6033;
}
.BgClassName
{
background-color: #BE6033;
}
</style>
border-color css
<style>
span { border-color: #BE6033; }
span { border-color: rgb(190,96,51); }
td.TdClassName
{
border-color: #BE6033;
}
.TagClassName
{
border-color: #BE6033;
}
</style>