#BE4330

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

Shades of Grenadier #BE4330

Tints of Grenadier #BE4330

Color information

#BE4330 (or 0xBE4330) is unknown color: approx Grenadier. HEX triplet: BE, 43 and 30. RGB value is (190,67,48). Sum of RGB (Red+Green+Blue) = 190+67+48=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4330 is #41BCCF. Grayscale: #656565. Windows color (decimal): -4308176 or 3163070. OLE color: 3163070.

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

Color convert

RGB1906748-
CMYK00.650.750.25
HSL8.03º59.66%46.67%-
HSV(B)8.03º74.74%74.51%-
XYZ23.7815.174.47-
YUV101.6197.75191.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=62.30%
G=21.97%
B=15.74%

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
Decimal190674800.650.750.258.0359.6646.67
HexBE43300414B1983c2f
Octal27610360010111331107457
Binary101111101000011110000010000011001011110011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4330; }

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

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

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

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

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

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

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

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