#BE4636

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

Shades of Grenadier #BE4636

Tints of Grenadier #BE4636

Color information

#BE4636 (or 0xBE4636) is unknown color: approx Grenadier. HEX triplet: BE, 46 and 36. RGB value is (190,70,54). Sum of RGB (Red+Green+Blue) = 190+70+54=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4636 is #41B9C9. Grayscale: #686868. Windows color (decimal): -4307402 or 3557054. OLE color: 3557054.

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

Color convert

RGB1907054-
CMYK00.630.720.25
HSL7.06º55.74%47.84%-
HSV(B)7.06º71.58%74.51%-
XYZ24.0915.595.23-
YUV104.0699.76189.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.51%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=60.51%
G=22.29%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190705400.630.720.257.0655.7447.84
HexBE463603F481973830
Octal276106660771103177060
Binary1011111010001101101100111111100100011001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4636; }

 p { color: rgb(190,70,54); }

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

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

 a { background-color: rgb(190,70,54); }

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

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

 span { border-color: rgb(190,70,54); }

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