Shades of Meteor #BE6D33
Tints of Meteor #BE6D33
RGB
CMYK
RGB Variations
Color information
#BE6D33 (or 0xBE6D33) is known color: Meteor. HEX triplet: BE, 6D and 33. RGB value is (190,109,51). Sum of RGB (Red+Green+Blue) = 190+109+51=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D33 is #4192CC. Grayscale: #7E7E7E. Windows color (decimal): -4297421 or 3370430. OLE color: 3370430.
HSL color Cylindrical-coordinate representation of color #BE6D33: hue angle of 25.04º 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 #BE6D33 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 51 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.25 |
| HSL | 25.04º | 0.58% | 0.47% | - |
| HSV(B) | 25.04º | 0.73% | 0.75% | - |
| XYZ | 27.3 | 22.12 | 5.96 | - |
| YUV | 126.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 51 | 0 | 0.43 | 0.73 | 0.25 | 25.04 | 0.58 | 0.47 |
| Hex | BE | 6D | 33 | 0 | 2B | 49 | 19 | 19 | 3A | 2F |
| Octal | 276 | 155 | 63 | 0 | 53 | 111 | 31 | 31 | 72 | 57 |
| Binary | 10111110 | 1101101 | 110011 | 0 | 101011 | 1001001 | 11001 | 11001 | 111010 | 101111 |
Color Harmonies of #BE6D33
Complementary color
Monochromatic Colors of #BE6D33
Black with #BE6D33
Text Example
Text Example
White with #BE6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D33; }
p { color: rgb(190,109,51); }
H1.HeaderClassName
{
color: #BE6D33;
}
.AnyTagClassName
{
color: #BE6D33;
}
</style>
background-color css
<style>
a { background-color: #BE6D33; }
a { background-color: rgb(190,109,51); }
div.DivClassName
{
background-color: #BE6D33;
}
.BgClassName
{
background-color: #BE6D33;
}
</style>
border-color css
<style>
span { border-color: #BE6D33; }
span { border-color: rgb(190,109,51); }
td.TdClassName
{
border-color: #BE6D33;
}
.TagClassName
{
border-color: #BE6D33;
}
</style>