Shades of Meteor #BE7534
Tints of Meteor #BE7534
RGB
CMYK
RGB Variations
Color information
#BE7534 (or 0xBE7534) is known color: Meteor. HEX triplet: BE, 75 and 34. RGB value is (190,117,52). Sum of RGB (Red+Green+Blue) = 190+117+52=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7534 is #418ACB. Grayscale: #838383. Windows color (decimal): -4295372 or 3438014. OLE color: 3438014.
HSL color Cylindrical-coordinate representation of color #BE7534: hue angle of 28.26º 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 #BE7534 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 52 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.25 |
| HSL | 28.26º | 0.57% | 0.47% | - |
| HSV(B) | 28.26º | 0.73% | 0.75% | - |
| XYZ | 28.22 | 23.92 | 6.38 | - |
| YUV | 131.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 52 | 0 | 0.38 | 0.73 | 0.25 | 28.26 | 0.57 | 0.47 |
| Hex | BE | 75 | 34 | 0 | 26 | 49 | 19 | 1C | 39 | 2F |
| Octal | 276 | 165 | 64 | 0 | 46 | 111 | 31 | 34 | 71 | 57 |
| Binary | 10111110 | 1110101 | 110100 | 0 | 100110 | 1001001 | 11001 | 11100 | 111001 | 101111 |
Color Harmonies of #BE7534
Complementary color
Monochromatic Colors of #BE7534
Black with #BE7534
Text Example
Text Example
White with #BE7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7534; }
p { color: rgb(190,117,52); }
H1.HeaderClassName
{
color: #BE7534;
}
.AnyTagClassName
{
color: #BE7534;
}
</style>
background-color css
<style>
a { background-color: #BE7534; }
a { background-color: rgb(190,117,52); }
div.DivClassName
{
background-color: #BE7534;
}
.BgClassName
{
background-color: #BE7534;
}
</style>
border-color css
<style>
span { border-color: #BE7534; }
span { border-color: rgb(190,117,52); }
td.TdClassName
{
border-color: #BE7534;
}
.TagClassName
{
border-color: #BE7534;
}
</style>