Shades of Meteor #BE7A32
Tints of Meteor #BE7A32
RGB
CMYK
RGB Variations
Color information
#BE7A32 (or 0xBE7A32) is known color: Meteor. HEX triplet: BE, 7A and 32. RGB value is (190,122,50). Sum of RGB (Red+Green+Blue) = 190+122+50=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A32 is #4185CD. Grayscale: #868686. Windows color (decimal): -4294094 or 3308222. OLE color: 3308222.
HSL color Cylindrical-coordinate representation of color #BE7A32: hue angle of 30.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE7A32 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 50 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.25 |
| HSL | 30.86º | 0.58% | 0.47% | - |
| HSV(B) | 30.86º | 0.74% | 0.75% | - |
| XYZ | 28.77 | 25.1 | 6.35 | - |
| YUV | 134.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 50 | 0 | 0.36 | 0.74 | 0.25 | 30.86 | 0.58 | 0.47 |
| Hex | BE | 7A | 32 | 0 | 24 | 4A | 19 | 1F | 3A | 2F |
| Octal | 276 | 172 | 62 | 0 | 44 | 112 | 31 | 37 | 72 | 57 |
| Binary | 10111110 | 1111010 | 110010 | 0 | 100100 | 1001010 | 11001 | 11111 | 111010 | 101111 |
Color Harmonies of #BE7A32
Complementary color
Monochromatic Colors of #BE7A32
Black with #BE7A32
Text Example
Text Example
White with #BE7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A32; }
p { color: rgb(190,122,50); }
H1.HeaderClassName
{
color: #BE7A32;
}
.AnyTagClassName
{
color: #BE7A32;
}
</style>
background-color css
<style>
a { background-color: #BE7A32; }
a { background-color: rgb(190,122,50); }
div.DivClassName
{
background-color: #BE7A32;
}
.BgClassName
{
background-color: #BE7A32;
}
</style>
border-color css
<style>
span { border-color: #BE7A32; }
span { border-color: rgb(190,122,50); }
td.TdClassName
{
border-color: #BE7A32;
}
.TagClassName
{
border-color: #BE7A32;
}
</style>