#BE4135

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

Shades of Grenadier #BE4135

Tints of Grenadier #BE4135

Color information

#BE4135 (or 0xBE4135) is unknown color: approx Grenadier. HEX triplet: BE, 41 and 35. RGB value is (190,65,53). Sum of RGB (Red+Green+Blue) = 190+65+53=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4135 is #41BECA. Grayscale: #656565. Windows color (decimal): -4308683 or 3490238. OLE color: 3490238.

HSL color Cylindrical-coordinate representation of color #BE4135: hue angle of 5.26º 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 #BE4135 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1906553-
CMYK00.660.720.25
HSL5.26º56.38%47.65%-
HSV(B)5.26º72.11%74.51%-
XYZ23.7714.985.01-
YUV101.01100.91191.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.69%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=61.69%
G=21.10%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190655300.660.720.255.2656.3847.65
HexBE4135042481953830
Octal2761016501021103157060
Binary10111110100000111010101000010100100011001101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4135; }

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

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

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

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

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

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

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

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