Shades of Meteor #BE7436
Tints of Meteor #BE7436
RGB
CMYK
RGB Variations
Color information
#BE7436 (or 0xBE7436) is known color: Meteor. HEX triplet: BE, 74 and 36. RGB value is (190,116,54). Sum of RGB (Red+Green+Blue) = 190+116+54=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7436 is #418BC9. Grayscale: #838383. Windows color (decimal): -4295626 or 3568830. OLE color: 3568830.
HSL color Cylindrical-coordinate representation of color #BE7436: hue angle of 27.35º 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 #BE7436 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 54 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.25 |
| HSL | 27.35º | 0.56% | 0.48% | - |
| HSV(B) | 27.35º | 0.72% | 0.75% | - |
| XYZ | 28.15 | 23.7 | 6.58 | - |
| YUV | 131.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 54 | 0 | 0.39 | 0.72 | 0.25 | 27.35 | 0.56 | 0.48 |
| Hex | BE | 74 | 36 | 0 | 27 | 48 | 19 | 1B | 38 | 30 |
| Octal | 276 | 164 | 66 | 0 | 47 | 110 | 31 | 33 | 70 | 60 |
| Binary | 10111110 | 1110100 | 110110 | 0 | 100111 | 1001000 | 11001 | 11011 | 111000 | 110000 |
Color Harmonies of #BE7436
Complementary color
Monochromatic Colors of #BE7436
Black with #BE7436
Text Example
Text Example
White with #BE7436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7436; }
p { color: rgb(190,116,54); }
H1.HeaderClassName
{
color: #BE7436;
}
.AnyTagClassName
{
color: #BE7436;
}
</style>
background-color css
<style>
a { background-color: #BE7436; }
a { background-color: rgb(190,116,54); }
div.DivClassName
{
background-color: #BE7436;
}
.BgClassName
{
background-color: #BE7436;
}
</style>
border-color css
<style>
span { border-color: #BE7436; }
span { border-color: rgb(190,116,54); }
td.TdClassName
{
border-color: #BE7436;
}
.TagClassName
{
border-color: #BE7436;
}
</style>