#BE4739

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

Shades of Grenadier #BE4739

Tints of Grenadier #BE4739

Color information

#BE4739 (or 0xBE4739) is unknown color: approx Grenadier. HEX triplet: BE, 47 and 39. RGB value is (190,71,57). Sum of RGB (Red+Green+Blue) = 190+71+57=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4739 is #41B8C6. Grayscale: #696969. Windows color (decimal): -4307143 or 3753918. OLE color: 3753918.

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

Color convert

RGB1907157-
CMYK00.630.70.25
HSL6.32º53.85%48.43%-
HSV(B)6.32º70%74.51%-
XYZ24.2315.755.63-
YUV104.98100.92188.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.75%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=59.75%
G=22.33%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190715700.630.70.256.3253.8548.43
HexBE473903F461963630
Octal276107710771063166660
Binary1011111010001111110010111111100011011001110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4739; }

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

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

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

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

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

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

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

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