#BE4332

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

Shades of Grenadier #BE4332

Tints of Grenadier #BE4332

Color information

#BE4332 (or 0xBE4332) is unknown color: approx Grenadier. HEX triplet: BE, 43 and 32. RGB value is (190,67,50). Sum of RGB (Red+Green+Blue) = 190+67+50=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4332 is #41BCCD. Grayscale: #666666. Windows color (decimal): -4308174 or 3294142. OLE color: 3294142.

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

Color convert

RGB1906750-
CMYK00.650.740.25
HSL7.29º58.33%47.06%-
HSV(B)7.29º73.68%74.51%-
XYZ23.8215.194.69-
YUV101.8498.75190.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=61.89%
G=21.82%
B=16.29%

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
Decimal190675000.650.740.257.2958.3347.06
HexBE43320414A1973a2f
Octal2761036201011123177257
Binary10111110100001111001001000001100101011001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4332; }

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

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

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

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

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

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

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

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