Shades of Meteor #BE7233
Tints of Meteor #BE7233
RGB
CMYK
RGB Variations
Color information
#BE7233 (or 0xBE7233) is known color: Meteor. HEX triplet: BE, 72 and 33. RGB value is (190,114,51). Sum of RGB (Red+Green+Blue) = 190+114+51=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7233 is #418DCC. Grayscale: #818181. Windows color (decimal): -4296141 or 3371710. OLE color: 3371710.
HSL color Cylindrical-coordinate representation of color #BE7233: hue angle of 27.19º degrees, saturation: 0.58, 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 #BE7233 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 51 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.25 |
| HSL | 27.19º | 0.58% | 0.47% | - |
| HSV(B) | 27.19º | 0.73% | 0.75% | - |
| XYZ | 27.85 | 23.22 | 6.15 | - |
| YUV | 129.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 51 | 0 | 0.40 | 0.73 | 0.25 | 27.19 | 0.58 | 0.47 |
| Hex | BE | 72 | 33 | 0 | 28 | 49 | 19 | 1B | 3A | 2F |
| Octal | 276 | 162 | 63 | 0 | 50 | 111 | 31 | 33 | 72 | 57 |
| Binary | 10111110 | 1110010 | 110011 | 0 | 101000 | 1001001 | 11001 | 11011 | 111010 | 101111 |
Color Harmonies of #BE7233
Complementary color
Monochromatic Colors of #BE7233
Black with #BE7233
Text Example
Text Example
White with #BE7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7233; }
p { color: rgb(190,114,51); }
H1.HeaderClassName
{
color: #BE7233;
}
.AnyTagClassName
{
color: #BE7233;
}
</style>
background-color css
<style>
a { background-color: #BE7233; }
a { background-color: rgb(190,114,51); }
div.DivClassName
{
background-color: #BE7233;
}
.BgClassName
{
background-color: #BE7233;
}
</style>
border-color css
<style>
span { border-color: #BE7233; }
span { border-color: rgb(190,114,51); }
td.TdClassName
{
border-color: #BE7233;
}
.TagClassName
{
border-color: #BE7233;
}
</style>