Shades of Meteor #BE7130
Tints of Meteor #BE7130
RGB
CMYK
RGB Variations
Color information
#BE7130 (or 0xBE7130) is known color: Meteor. HEX triplet: BE, 71 and 30. RGB value is (190,113,48). Sum of RGB (Red+Green+Blue) = 190+113+48=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7130 is #418ECF. Grayscale: #808080. Windows color (decimal): -4296400 or 3174846. OLE color: 3174846.
HSL color Cylindrical-coordinate representation of color #BE7130: hue angle of 27.46º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE7130 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 48 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.25 |
| HSL | 27.46º | 0.6% | 0.47% | - |
| HSV(B) | 27.46º | 0.75% | 0.75% | - |
| XYZ | 27.67 | 22.97 | 5.77 | - |
| YUV | 128.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 48 | 0 | 0.41 | 0.75 | 0.25 | 27.46 | 0.6 | 0.47 |
| Hex | BE | 71 | 30 | 0 | 29 | 4B | 19 | 1B | 3C | 2F |
| Octal | 276 | 161 | 60 | 0 | 51 | 113 | 31 | 33 | 74 | 57 |
| Binary | 10111110 | 1110001 | 110000 | 0 | 101001 | 1001011 | 11001 | 11011 | 111100 | 101111 |
Color Harmonies of #BE7130
Complementary color
Monochromatic Colors of #BE7130
Black with #BE7130
Text Example
Text Example
White with #BE7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7130; }
p { color: rgb(190,113,48); }
H1.HeaderClassName
{
color: #BE7130;
}
.AnyTagClassName
{
color: #BE7130;
}
</style>
background-color css
<style>
a { background-color: #BE7130; }
a { background-color: rgb(190,113,48); }
div.DivClassName
{
background-color: #BE7130;
}
.BgClassName
{
background-color: #BE7130;
}
</style>
border-color css
<style>
span { border-color: #BE7130; }
span { border-color: rgb(190,113,48); }
td.TdClassName
{
border-color: #BE7130;
}
.TagClassName
{
border-color: #BE7130;
}
</style>