#BE473E

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

Shades of Grenadier #BE473E

Tints of Grenadier #BE473E

Color information

#BE473E (or 0xBE473E) is unknown color: approx Grenadier. HEX triplet: BE, 47 and 3E. RGB value is (190,71,62). Sum of RGB (Red+Green+Blue) = 190+71+62=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE473E is #41B8C1. Grayscale: #696969. Windows color (decimal): -4307138 or 4081598. OLE color: 4081598.

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

Color convert

RGB1907162-
CMYK00.630.670.25
HSL4.22º50.79%49.41%-
HSV(B)4.22º67.37%74.51%-
XYZ24.3615.86.32-
YUV105.56103.42188.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=58.82%
G=21.98%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190716200.630.670.254.2250.7949.41
HexBE473E03F431943331
Octal276107760771033146361
Binary1011111010001111111100111111100001111001100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE473E; }

 p { color: rgb(190,71,62); }

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

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

 a { background-color: rgb(190,71,62); }

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

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

 span { border-color: rgb(190,71,62); }

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