Shades of Meteor #BE7334
Tints of Meteor #BE7334
RGB
CMYK
RGB Variations
Color information
#BE7334 (or 0xBE7334) is known color: Meteor. HEX triplet: BE, 73 and 34. RGB value is (190,115,52). Sum of RGB (Red+Green+Blue) = 190+115+52=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7334 is #418CCB. Grayscale: #828282. Windows color (decimal): -4295884 or 3437502. OLE color: 3437502.
HSL color Cylindrical-coordinate representation of color #BE7334: hue angle of 27.39º 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 #BE7334 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 52 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.25 |
| HSL | 27.39º | 0.57% | 0.47% | - |
| HSV(B) | 27.39º | 0.73% | 0.75% | - |
| XYZ | 27.99 | 23.46 | 6.3 | - |
| YUV | 130.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 52 | 0 | 0.39 | 0.73 | 0.25 | 27.39 | 0.57 | 0.47 |
| Hex | BE | 73 | 34 | 0 | 27 | 49 | 19 | 1B | 39 | 2F |
| Octal | 276 | 163 | 64 | 0 | 47 | 111 | 31 | 33 | 71 | 57 |
| Binary | 10111110 | 1110011 | 110100 | 0 | 100111 | 1001001 | 11001 | 11011 | 111001 | 101111 |
Color Harmonies of #BE7334
Complementary color
Monochromatic Colors of #BE7334
Black with #BE7334
Text Example
Text Example
White with #BE7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7334; }
p { color: rgb(190,115,52); }
H1.HeaderClassName
{
color: #BE7334;
}
.AnyTagClassName
{
color: #BE7334;
}
</style>
background-color css
<style>
a { background-color: #BE7334; }
a { background-color: rgb(190,115,52); }
div.DivClassName
{
background-color: #BE7334;
}
.BgClassName
{
background-color: #BE7334;
}
</style>
border-color css
<style>
span { border-color: #BE7334; }
span { border-color: rgb(190,115,52); }
td.TdClassName
{
border-color: #BE7334;
}
.TagClassName
{
border-color: #BE7334;
}
</style>