#BE4230

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

Shades of Grenadier #BE4230

Tints of Grenadier #BE4230

Color information

#BE4230 (or 0xBE4230) is unknown color: approx Grenadier. HEX triplet: BE, 42 and 30. RGB value is (190,66,48). Sum of RGB (Red+Green+Blue) = 190+66+48=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4230 is #41BDCF. Grayscale: #656565. Windows color (decimal): -4308432 or 3162814. OLE color: 3162814.

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

Color convert

RGB1906648-
CMYK00.650.750.25
HSL7.61º59.66%46.67%-
HSV(B)7.61º74.74%74.51%-
XYZ23.7215.064.45-
YUV101.0298.08191.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=62.5%
G=21.71%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190664800.650.750.257.6159.6646.67
HexBE42300414B1983c2f
Octal27610260010111331107457
Binary101111101000010110000010000011001011110011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4230; }

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

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

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

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

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

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

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

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