Shades of Meteor #BE7A34
Tints of Meteor #BE7A34
RGB
CMYK
RGB Variations
Color information
#BE7A34 (or 0xBE7A34) is known color: Meteor. HEX triplet: BE, 7A and 34. RGB value is (190,122,52). Sum of RGB (Red+Green+Blue) = 190+122+52=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A34 is #4185CB. Grayscale: #868686. Windows color (decimal): -4294092 or 3439294. OLE color: 3439294.
HSL color Cylindrical-coordinate representation of color #BE7A34: hue angle of 30.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE7A34 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 52 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.25 |
| HSL | 30.43º | 0.57% | 0.47% | - |
| HSV(B) | 30.43º | 0.73% | 0.75% | - |
| XYZ | 28.81 | 25.11 | 6.58 | - |
| YUV | 134.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 52 | 0 | 0.36 | 0.73 | 0.25 | 30.43 | 0.57 | 0.47 |
| Hex | BE | 7A | 34 | 0 | 24 | 49 | 19 | 1E | 39 | 2F |
| Octal | 276 | 172 | 64 | 0 | 44 | 111 | 31 | 36 | 71 | 57 |
| Binary | 10111110 | 1111010 | 110100 | 0 | 100100 | 1001001 | 11001 | 11110 | 111001 | 101111 |
Color Harmonies of #BE7A34
Complementary color
Monochromatic Colors of #BE7A34
Black with #BE7A34
Text Example
Text Example
White with #BE7A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A34; }
p { color: rgb(190,122,52); }
H1.HeaderClassName
{
color: #BE7A34;
}
.AnyTagClassName
{
color: #BE7A34;
}
</style>
background-color css
<style>
a { background-color: #BE7A34; }
a { background-color: rgb(190,122,52); }
div.DivClassName
{
background-color: #BE7A34;
}
.BgClassName
{
background-color: #BE7A34;
}
</style>
border-color css
<style>
span { border-color: #BE7A34; }
span { border-color: rgb(190,122,52); }
td.TdClassName
{
border-color: #BE7A34;
}
.TagClassName
{
border-color: #BE7A34;
}
</style>