Shades of Meteor #BE7834
Tints of Meteor #BE7834
RGB
CMYK
RGB Variations
Color information
#BE7834 (or 0xBE7834) is known color: Meteor. HEX triplet: BE, 78 and 34. RGB value is (190,120,52). Sum of RGB (Red+Green+Blue) = 190+120+52=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7834 is #4187CB. Grayscale: #858585. Windows color (decimal): -4294604 or 3438782. OLE color: 3438782.
HSL color Cylindrical-coordinate representation of color #BE7834: hue angle of 29.57º 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 #BE7834 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 52 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.25 |
| HSL | 29.57º | 0.57% | 0.47% | - |
| HSV(B) | 29.57º | 0.73% | 0.75% | - |
| XYZ | 28.57 | 24.63 | 6.5 | - |
| YUV | 133.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 52 | 0 | 0.37 | 0.73 | 0.25 | 29.57 | 0.57 | 0.47 |
| Hex | BE | 78 | 34 | 0 | 25 | 49 | 19 | 1E | 39 | 2F |
| Octal | 276 | 170 | 64 | 0 | 45 | 111 | 31 | 36 | 71 | 57 |
| Binary | 10111110 | 1111000 | 110100 | 0 | 100101 | 1001001 | 11001 | 11110 | 111001 | 101111 |
Color Harmonies of #BE7834
Complementary color
Monochromatic Colors of #BE7834
Black with #BE7834
Text Example
Text Example
White with #BE7834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7834; }
p { color: rgb(190,120,52); }
H1.HeaderClassName
{
color: #BE7834;
}
.AnyTagClassName
{
color: #BE7834;
}
</style>
background-color css
<style>
a { background-color: #BE7834; }
a { background-color: rgb(190,120,52); }
div.DivClassName
{
background-color: #BE7834;
}
.BgClassName
{
background-color: #BE7834;
}
</style>
border-color css
<style>
span { border-color: #BE7834; }
span { border-color: rgb(190,120,52); }
td.TdClassName
{
border-color: #BE7834;
}
.TagClassName
{
border-color: #BE7834;
}
</style>