#BE4231

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

Shades of Grenadier #BE4231

Tints of Grenadier #BE4231

Color information

#BE4231 (or 0xBE4231) is unknown color: approx Grenadier. HEX triplet: BE, 42 and 31. RGB value is (190,66,49). Sum of RGB (Red+Green+Blue) = 190+66+49=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4231 is #41BDCE. Grayscale: #656565. Windows color (decimal): -4308431 or 3228350. OLE color: 3228350.

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

Color convert

RGB1906649-
CMYK00.650.740.25
HSL7.23º59%46.86%-
HSV(B)7.23º74.21%74.51%-
XYZ23.7415.074.56-
YUV101.1498.58191.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=62.30%
G=21.64%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190664900.650.740.257.235946.86
HexBE42310414A1973b2f
Octal2761026101011123177357
Binary10111110100001011000101000001100101011001111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4231; }

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

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

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

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

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

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

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

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