#BE4A37

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

Shades of Grenadier #BE4A37

Tints of Grenadier #BE4A37

Color information

#BE4A37 (or 0xBE4A37) is unknown color: approx Grenadier. HEX triplet: BE, 4A and 37. RGB value is (190,74,55). Sum of RGB (Red+Green+Blue) = 190+74+55=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A37 is #41B5C8. Grayscale: #6A6A6A. Windows color (decimal): -4306377 or 3623614. OLE color: 3623614.

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

Color convert

RGB1907455-
CMYK00.610.710.25
HSL8.44º55.1%48.04%-
HSV(B)8.44º71.05%74.51%-
XYZ24.3716.125.44-
YUV106.5298.93187.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 55 (21.88% from 255) = 17.24%
R=59.56%
G=23.20%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190745500.610.710.258.4455.148.04
HexBE4A3703D471983730
Octal2761126707510731106760
Binary10111110100101011011101111011000111110011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A37; }

 p { color: rgb(190,74,55); }

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

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

 a { background-color: rgb(190,74,55); }

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

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

 span { border-color: rgb(190,74,55); }

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