Shades of Meteor #BE702F
Tints of Meteor #BE702F
RGB
CMYK
RGB Variations
Color information
#BE702F (or 0xBE702F) is known color: Meteor. HEX triplet: BE, 70 and 2F. RGB value is (190,112,47). Sum of RGB (Red+Green+Blue) = 190+112+47=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE702F is #418FD0. Grayscale: #808080. Windows color (decimal): -4296657 or 3109054. OLE color: 3109054.
HSL color Cylindrical-coordinate representation of color #BE702F: hue angle of 27.27º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE702F is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 47 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.25 |
| HSL | 27.27º | 0.6% | 0.46% | - |
| HSV(B) | 27.27º | 0.75% | 0.75% | - |
| XYZ | 27.54 | 22.74 | 5.63 | - |
| YUV | 127.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 47 | 0 | 0.41 | 0.75 | 0.25 | 27.27 | 0.6 | 0.46 |
| Hex | BE | 70 | 2F | 0 | 29 | 4B | 19 | 1B | 3C | 2E |
| Octal | 276 | 160 | 57 | 0 | 51 | 113 | 31 | 33 | 74 | 56 |
| Binary | 10111110 | 1110000 | 101111 | 0 | 101001 | 1001011 | 11001 | 11011 | 111100 | 101110 |
Color Harmonies of #BE702F
Complementary color
Monochromatic Colors of #BE702F
Black with #BE702F
Text Example
Text Example
White with #BE702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE702F; }
p { color: rgb(190,112,47); }
H1.HeaderClassName
{
color: #BE702F;
}
.AnyTagClassName
{
color: #BE702F;
}
</style>
background-color css
<style>
a { background-color: #BE702F; }
a { background-color: rgb(190,112,47); }
div.DivClassName
{
background-color: #BE702F;
}
.BgClassName
{
background-color: #BE702F;
}
</style>
border-color css
<style>
span { border-color: #BE702F; }
span { border-color: rgb(190,112,47); }
td.TdClassName
{
border-color: #BE702F;
}
.TagClassName
{
border-color: #BE702F;
}
</style>