#BE4537

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

Shades of Grenadier #BE4537

Tints of Grenadier #BE4537

Color information

#BE4537 (or 0xBE4537) is unknown color: approx Grenadier. HEX triplet: BE, 45 and 37. RGB value is (190,69,55). Sum of RGB (Red+Green+Blue) = 190+69+55=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4537 is #41BAC8. Grayscale: #676767. Windows color (decimal): -4307657 or 3622334. OLE color: 3622334.

HSL color Cylindrical-coordinate representation of color #BE4537: hue angle of 6.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE4537 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1906955-
CMYK00.640.710.25
HSL6.22º55.1%48.04%-
HSV(B)6.22º71.05%74.51%-
XYZ24.0515.485.33-
YUV103.58100.59189.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.51%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=60.51%
G=21.97%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190695500.640.710.256.2255.148.04
HexBE4537040471963730
Octal2761056701001073166760
Binary10111110100010111011101000000100011111001110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4537; }

 p { color: rgb(190,69,55); }

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

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

 a { background-color: rgb(190,69,55); }

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

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

 span { border-color: rgb(190,69,55); }

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