#BE4535

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

Shades of Grenadier #BE4535

Tints of Grenadier #BE4535

Color information

#BE4535 (or 0xBE4535) is unknown color: approx Grenadier. HEX triplet: BE, 45 and 35. RGB value is (190,69,53). Sum of RGB (Red+Green+Blue) = 190+69+53=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4535 is #41BACA. Grayscale: #676767. Windows color (decimal): -4307659 or 3491262. OLE color: 3491262.

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

Color convert

RGB1906953-
CMYK00.640.720.25
HSL7.01º56.38%47.65%-
HSV(B)7.01º72.11%74.51%-
XYZ24.0115.465.09-
YUV103.3599.59189.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.90%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=60.90%
G=22.12%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190695300.640.720.257.0156.3847.65
HexBE4535040481973830
Octal2761056501001103177060
Binary10111110100010111010101000000100100011001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4535; }

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

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

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

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

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

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

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

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