#BE4E38

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

Shades of Grenadier #BE4E38

Tints of Grenadier #BE4E38

Color information

#BE4E38 (or 0xBE4E38) is unknown color: approx Grenadier. HEX triplet: BE, 4E and 38. RGB value is (190,78,56). Sum of RGB (Red+Green+Blue) = 190+78+56=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E38 is #41B1C7. Grayscale: #6D6D6D. Windows color (decimal): -4305352 or 3690174. OLE color: 3690174.

HSL color Cylindrical-coordinate representation of color #BE4E38: hue angle of 9.85º degrees, saturation: 0.54, 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 #BE4E38 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1907856-
CMYK00.590.710.25
HSL9.85º54.47%48.24%-
HSV(B)9.85º70.53%74.51%-
XYZ24.6716.685.66-
YUV108.9898.11185.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=58.64%
G=24.07%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190785600.590.710.259.8554.4748.24
HexBE4E3803B4719a3630
Octal2761167007310731126660
Binary10111110100111011100001110111000111110011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E38; }

 p { color: rgb(190,78,56); }

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

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

 a { background-color: rgb(190,78,56); }

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

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

 span { border-color: rgb(190,78,56); }

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