Shades of Meteor #BE7539
Tints of Meteor #BE7539
RGB
CMYK
RGB Variations
Color information
#BE7539 (or 0xBE7539) is known color: Meteor. HEX triplet: BE, 75 and 39. RGB value is (190,117,57). Sum of RGB (Red+Green+Blue) = 190+117+57=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7539 is #418AC6. Grayscale: #848484. Windows color (decimal): -4295367 or 3765694. OLE color: 3765694.
HSL color Cylindrical-coordinate representation of color #BE7539: hue angle of 27.07º 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 #BE7539 is Cyan = 0, Magento = 0.38, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 57 | - |
| CMYK | 0 | 0.38 | 0.7 | 0.25 |
| HSL | 27.07º | 0.54% | 0.48% | - |
| HSV(B) | 27.07º | 0.7% | 0.75% | - |
| XYZ | 28.34 | 23.97 | 7 | - |
| YUV | 131.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 57 | 0 | 0.38 | 0.7 | 0.25 | 27.07 | 0.54 | 0.48 |
| Hex | BE | 75 | 39 | 0 | 26 | 46 | 19 | 1B | 36 | 30 |
| Octal | 276 | 165 | 71 | 0 | 46 | 106 | 31 | 33 | 66 | 60 |
| Binary | 10111110 | 1110101 | 111001 | 0 | 100110 | 1000110 | 11001 | 11011 | 110110 | 110000 |
Color Harmonies of #BE7539
Complementary color
Monochromatic Colors of #BE7539
Black with #BE7539
Text Example
Text Example
White with #BE7539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7539; }
p { color: rgb(190,117,57); }
H1.HeaderClassName
{
color: #BE7539;
}
.AnyTagClassName
{
color: #BE7539;
}
</style>
background-color css
<style>
a { background-color: #BE7539; }
a { background-color: rgb(190,117,57); }
div.DivClassName
{
background-color: #BE7539;
}
.BgClassName
{
background-color: #BE7539;
}
</style>
border-color css
<style>
span { border-color: #BE7539; }
span { border-color: rgb(190,117,57); }
td.TdClassName
{
border-color: #BE7539;
}
.TagClassName
{
border-color: #BE7539;
}
</style>