#BE4335

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

Shades of Grenadier #BE4335

Tints of Grenadier #BE4335

Color information

#BE4335 (or 0xBE4335) is unknown color: approx Grenadier. HEX triplet: BE, 43 and 35. RGB value is (190,67,53). Sum of RGB (Red+Green+Blue) = 190+67+53=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4335 is #41BCCA. Grayscale: #666666. Windows color (decimal): -4308171 or 3490750. OLE color: 3490750.

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

Color convert

RGB1906753-
CMYK00.650.720.25
HSL6.13º56.38%47.65%-
HSV(B)6.13º72.11%74.51%-
XYZ23.8815.225.05-
YUV102.18100.25190.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 67 (26.56% from 255) = 21.61%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=61.29%
G=21.61%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190675300.650.720.256.1356.3847.65
HexBE4335041481963830
Octal2761036501011103167060
Binary10111110100001111010101000001100100011001110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4335; }

 p { color: rgb(190,67,53); }

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

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

 a { background-color: rgb(190,67,53); }

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

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

 span { border-color: rgb(190,67,53); }

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