Shades of Meteor #BE712A
Tints of Meteor #BE712A
RGB
CMYK
RGB Variations
Color information
#BE712A (or 0xBE712A) is known color: Meteor. HEX triplet: BE, 71 and 2A. RGB value is (190,113,42). Sum of RGB (Red+Green+Blue) = 190+113+42=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE712A is #418ED5. Grayscale: #808080. Windows color (decimal): -4296406 or 2781630. OLE color: 2781630.
HSL color Cylindrical-coordinate representation of color #BE712A: hue angle of 28.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE712A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 42 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.25 |
| HSL | 28.78º | 0.64% | 0.45% | - |
| HSV(B) | 28.78º | 0.78% | 0.75% | - |
| XYZ | 27.56 | 22.92 | 5.16 | - |
| YUV | 127.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 42 | 0 | 0.41 | 0.78 | 0.25 | 28.78 | 0.64 | 0.45 |
| Hex | BE | 71 | 2A | 0 | 29 | 4E | 19 | 1D | 40 | 2D |
| Octal | 276 | 161 | 52 | 0 | 51 | 116 | 31 | 35 | 100 | 55 |
| Binary | 10111110 | 1110001 | 101010 | 0 | 101001 | 1001110 | 11001 | 11101 | 1000000 | 101101 |
Color Harmonies of #BE712A
Complementary color
Monochromatic Colors of #BE712A
Black with #BE712A
Text Example
Text Example
White with #BE712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE712A; }
p { color: rgb(190,113,42); }
H1.HeaderClassName
{
color: #BE712A;
}
.AnyTagClassName
{
color: #BE712A;
}
</style>
background-color css
<style>
a { background-color: #BE712A; }
a { background-color: rgb(190,113,42); }
div.DivClassName
{
background-color: #BE712A;
}
.BgClassName
{
background-color: #BE712A;
}
</style>
border-color css
<style>
span { border-color: #BE712A; }
span { border-color: rgb(190,113,42); }
td.TdClassName
{
border-color: #BE712A;
}
.TagClassName
{
border-color: #BE712A;
}
</style>