#BE4227

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

Shades of Grenadier #BE4227

Tints of Grenadier #BE4227

Color information

#BE4227 (or 0xBE4227) is unknown color: approx Grenadier. HEX triplet: BE, 42 and 27. RGB value is (190,66,39). Sum of RGB (Red+Green+Blue) = 190+66+39=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4227 is #41BDD8. Grayscale: #646464. Windows color (decimal): -4308441 or 2572990. OLE color: 2572990.

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

Color convert

RGB1906639-
CMYK00.650.790.25
HSL10.73º65.94%44.9%-
HSV(B)10.73º79.47%74.51%-
XYZ23.5514.993.57-
YUV10093.58192.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=64.41%
G=22.37%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190663900.650.790.2510.7365.9444.9
HexBE42270414F19b422d
Octal276102470101117311310255
Binary1011111010000101001110100000110011111100110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4227; }

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

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

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

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

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

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

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

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