#BE4235

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

Shades of Grenadier #BE4235

Tints of Grenadier #BE4235

Color information

#BE4235 (or 0xBE4235) is unknown color: approx Grenadier. HEX triplet: BE, 42 and 35. RGB value is (190,66,53). Sum of RGB (Red+Green+Blue) = 190+66+53=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4235 is #41BDCA. Grayscale: #656565. Windows color (decimal): -4308427 or 3490494. OLE color: 3490494.

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

Color convert

RGB1906653-
CMYK00.650.720.25
HSL5.69º56.38%47.65%-
HSV(B)5.69º72.11%74.51%-
XYZ23.8315.15.03-
YUV101.59100.58191.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.49%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 53 (21.09% from 255) = 17.15%
R=61.49%
G=21.36%
B=17.15%

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
Decimal190665300.650.720.255.6956.3847.65
HexBE4235041481963830
Octal2761026501011103167060
Binary10111110100001011010101000001100100011001110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4235; }

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

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

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

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

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

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

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

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