Shades of Meteor #BE6D2C
Tints of Meteor #BE6D2C
RGB
CMYK
RGB Variations
Color information
#BE6D2C (or 0xBE6D2C) is known color: Meteor. HEX triplet: BE, 6D and 2C. RGB value is (190,109,44). Sum of RGB (Red+Green+Blue) = 190+109+44=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D2C is #4192D3. Grayscale: #7E7E7E. Windows color (decimal): -4297428 or 2911678. OLE color: 2911678.
HSL color Cylindrical-coordinate representation of color #BE6D2C: hue angle of 26.71º degrees, saturation: 0.62, 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 #BE6D2C is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 44 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.25 |
| HSL | 26.71º | 0.62% | 0.46% | - |
| HSV(B) | 26.71º | 0.77% | 0.75% | - |
| XYZ | 27.16 | 22.07 | 5.21 | - |
| YUV | 125.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 44 | 0 | 0.43 | 0.77 | 0.25 | 26.71 | 0.62 | 0.46 |
| Hex | BE | 6D | 2C | 0 | 2B | 4D | 19 | 1B | 3E | 2E |
| Octal | 276 | 155 | 54 | 0 | 53 | 115 | 31 | 33 | 76 | 56 |
| Binary | 10111110 | 1101101 | 101100 | 0 | 101011 | 1001101 | 11001 | 11011 | 111110 | 101110 |
Color Harmonies of #BE6D2C
Complementary color
Monochromatic Colors of #BE6D2C
Black with #BE6D2C
Text Example
Text Example
White with #BE6D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D2C; }
p { color: rgb(190,109,44); }
H1.HeaderClassName
{
color: #BE6D2C;
}
.AnyTagClassName
{
color: #BE6D2C;
}
</style>
background-color css
<style>
a { background-color: #BE6D2C; }
a { background-color: rgb(190,109,44); }
div.DivClassName
{
background-color: #BE6D2C;
}
.BgClassName
{
background-color: #BE6D2C;
}
</style>
border-color css
<style>
span { border-color: #BE6D2C; }
span { border-color: rgb(190,109,44); }
td.TdClassName
{
border-color: #BE6D2C;
}
.TagClassName
{
border-color: #BE6D2C;
}
</style>