#BE493A

Color #BE493A Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #BE493A

Tints of Grenadier #BE493A

Color information

#BE493A (or 0xBE493A) is unknown color: approx Grenadier. HEX triplet: BE, 49 and 3A. RGB value is (190,73,58). Sum of RGB (Red+Green+Blue) = 190+73+58=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE493A is #41B6C5. Grayscale: #6A6A6A. Windows color (decimal): -4306630 or 3819966. OLE color: 3819966.

HSL color Cylindrical-coordinate representation of color #BE493A: hue angle of 6.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE493A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1907358-
CMYK00.620.690.25
HSL6.82º53.23%48.63%-
HSV(B)6.82º69.47%74.51%-
XYZ24.3816.025.81-
YUV106.27100.76187.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 59.19%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=59.19%
G=22.74%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190735800.620.690.256.8253.2348.63
HexBE493A03E451973531
Octal276111720761053176561
Binary1011111010010011110100111110100010111001111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE493A; }

 p { color: rgb(190,73,58); }

 H1.HeaderClassName
 {
   color: #BE493A;
 }
 .AnyTagClassName
 {
   color: #BE493A;
 }
</style>
background-color css

<style>
 a { background-color: #BE493A; }

 a { background-color: rgb(190,73,58); }

 div.DivClassName
 {
   background-color: #BE493A;
 }
 .BgClassName
 {
   background-color: #BE493A;
 }
</style>
border-color css

<style>
 span { border-color: #BE493A; }

 span { border-color: rgb(190,73,58); }

 td.TdClassName
 {
   border-color: #BE493A;
 }
 .TagClassName
 {
   border-color: #BE493A;
 }
</style>