Shades of Meteor #BE7B36
Tints of Meteor #BE7B36
RGB
CMYK
RGB Variations
Color information
#BE7B36 (or 0xBE7B36) is known color: Meteor. HEX triplet: BE, 7B and 36. RGB value is (190,123,54). Sum of RGB (Red+Green+Blue) = 190+123+54=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B36 is #4184C9. Grayscale: #878787. Windows color (decimal): -4293834 or 3570622. OLE color: 3570622.
HSL color Cylindrical-coordinate representation of color #BE7B36: hue angle of 30.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE7B36 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 54 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.25 |
| HSL | 30.44º | 0.56% | 0.48% | - |
| HSV(B) | 30.44º | 0.72% | 0.75% | - |
| XYZ | 28.98 | 25.38 | 6.86 | - |
| YUV | 135.17 | 82.2 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 54 | 0 | 0.35 | 0.72 | 0.25 | 30.44 | 0.56 | 0.48 |
| Hex | BE | 7B | 36 | 0 | 23 | 48 | 19 | 1E | 38 | 30 |
| Octal | 276 | 173 | 66 | 0 | 43 | 110 | 31 | 36 | 70 | 60 |
| Binary | 10111110 | 1111011 | 110110 | 0 | 100011 | 1001000 | 11001 | 11110 | 111000 | 110000 |
Color Harmonies of #BE7B36
Complementary color
Monochromatic Colors of #BE7B36
Black with #BE7B36
Text Example
Text Example
White with #BE7B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B36; }
p { color: rgb(190,123,54); }
H1.HeaderClassName
{
color: #BE7B36;
}
.AnyTagClassName
{
color: #BE7B36;
}
</style>
background-color css
<style>
a { background-color: #BE7B36; }
a { background-color: rgb(190,123,54); }
div.DivClassName
{
background-color: #BE7B36;
}
.BgClassName
{
background-color: #BE7B36;
}
</style>
border-color css
<style>
span { border-color: #BE7B36; }
span { border-color: rgb(190,123,54); }
td.TdClassName
{
border-color: #BE7B36;
}
.TagClassName
{
border-color: #BE7B36;
}
</style>