#BE4432

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

Shades of Grenadier #BE4432

Tints of Grenadier #BE4432

Color information

#BE4432 (or 0xBE4432) is unknown color: approx Grenadier. HEX triplet: BE, 44 and 32. RGB value is (190,68,50). Sum of RGB (Red+Green+Blue) = 190+68+50=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4432 is #41BBCD. Grayscale: #666666. Windows color (decimal): -4307918 or 3294398. OLE color: 3294398.

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

Color convert

RGB1906850-
CMYK00.640.740.25
HSL7.71º58.33%47.06%-
HSV(B)7.71º73.68%74.51%-
XYZ23.8815.314.71-
YUV102.4398.42190.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.69%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 50 (19.92% from 255) = 16.23%
R=61.69%
G=22.08%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190685000.640.740.257.7158.3347.06
HexBE44320404A1983a2f
Octal27610462010011231107257
Binary101111101000100110010010000001001010110011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4432; }

 p { color: rgb(190,68,50); }

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

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

 a { background-color: rgb(190,68,50); }

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

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

 span { border-color: rgb(190,68,50); }

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