Shades of Meteor #BE6E2B
Tints of Meteor #BE6E2B
RGB
CMYK
RGB Variations
Color information
#BE6E2B (or 0xBE6E2B) is known color: Meteor. HEX triplet: BE, 6E and 2B. RGB value is (190,110,43). Sum of RGB (Red+Green+Blue) = 190+110+43=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E2B is #4191D4. Grayscale: #7E7E7E. Windows color (decimal): -4297173 or 2846398. OLE color: 2846398.
HSL color Cylindrical-coordinate representation of color #BE6E2B: hue angle of 27.35º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE6E2B is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 43 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.25 |
| HSL | 27.35º | 0.63% | 0.46% | - |
| HSV(B) | 27.35º | 0.77% | 0.75% | - |
| XYZ | 27.25 | 22.27 | 5.15 | - |
| YUV | 126.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 43 | 0 | 0.42 | 0.77 | 0.25 | 27.35 | 0.63 | 0.46 |
| Hex | BE | 6E | 2B | 0 | 2A | 4D | 19 | 1B | 3F | 2E |
| Octal | 276 | 156 | 53 | 0 | 52 | 115 | 31 | 33 | 77 | 56 |
| Binary | 10111110 | 1101110 | 101011 | 0 | 101010 | 1001101 | 11001 | 11011 | 111111 | 101110 |
Color Harmonies of #BE6E2B
Complementary color
Monochromatic Colors of #BE6E2B
Black with #BE6E2B
Text Example
Text Example
White with #BE6E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E2B; }
p { color: rgb(190,110,43); }
H1.HeaderClassName
{
color: #BE6E2B;
}
.AnyTagClassName
{
color: #BE6E2B;
}
</style>
background-color css
<style>
a { background-color: #BE6E2B; }
a { background-color: rgb(190,110,43); }
div.DivClassName
{
background-color: #BE6E2B;
}
.BgClassName
{
background-color: #BE6E2B;
}
</style>
border-color css
<style>
span { border-color: #BE6E2B; }
span { border-color: rgb(190,110,43); }
td.TdClassName
{
border-color: #BE6E2B;
}
.TagClassName
{
border-color: #BE6E2B;
}
</style>