Shades of Meteor #BE7639
Tints of Meteor #BE7639
RGB
CMYK
RGB Variations
Color information
#BE7639 (or 0xBE7639) is known color: Meteor. HEX triplet: BE, 76 and 39. RGB value is (190,118,57). Sum of RGB (Red+Green+Blue) = 190+118+57=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7639 is #4189C6. Grayscale: #848484. Windows color (decimal): -4295111 or 3765950. OLE color: 3765950.
HSL color Cylindrical-coordinate representation of color #BE7639: hue angle of 27.52º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE7639 is Cyan = 0, Magento = 0.38, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 57 | - |
| CMYK | 0 | 0.38 | 0.7 | 0.25 |
| HSL | 27.52º | 0.54% | 0.48% | - |
| HSV(B) | 27.52º | 0.7% | 0.75% | - |
| XYZ | 28.45 | 24.2 | 7.04 | - |
| YUV | 132.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 57 | 0 | 0.38 | 0.7 | 0.25 | 27.52 | 0.54 | 0.48 |
| Hex | BE | 76 | 39 | 0 | 26 | 46 | 19 | 1C | 36 | 30 |
| Octal | 276 | 166 | 71 | 0 | 46 | 106 | 31 | 34 | 66 | 60 |
| Binary | 10111110 | 1110110 | 111001 | 0 | 100110 | 1000110 | 11001 | 11100 | 110110 | 110000 |
Color Harmonies of #BE7639
Complementary color
Monochromatic Colors of #BE7639
Black with #BE7639
Text Example
Text Example
White with #BE7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7639; }
p { color: rgb(190,118,57); }
H1.HeaderClassName
{
color: #BE7639;
}
.AnyTagClassName
{
color: #BE7639;
}
</style>
background-color css
<style>
a { background-color: #BE7639; }
a { background-color: rgb(190,118,57); }
div.DivClassName
{
background-color: #BE7639;
}
.BgClassName
{
background-color: #BE7639;
}
</style>
border-color css
<style>
span { border-color: #BE7639; }
span { border-color: rgb(190,118,57); }
td.TdClassName
{
border-color: #BE7639;
}
.TagClassName
{
border-color: #BE7639;
}
</style>