#BE5138

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

Shades of Grenadier #BE5138

Tints of Grenadier #BE5138

Color information

#BE5138 (or 0xBE5138) is unknown color: approx Grenadier. HEX triplet: BE, 51 and 38. RGB value is (190,81,56). Sum of RGB (Red+Green+Blue) = 190+81+56=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5138 is #41AEC7. Grayscale: #6E6E6E. Windows color (decimal): -4304584 or 3690942. OLE color: 3690942.

HSL color Cylindrical-coordinate representation of color #BE5138: hue angle of 11.19º degrees, saturation: 0.54, 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 #BE5138 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1908156-
CMYK00.570.710.25
HSL11.19º54.47%48.24%-
HSV(B)11.19º70.53%74.51%-
XYZ24.8917.125.73-
YUV110.7497.11184.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=58.10%
G=24.77%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190815600.570.710.2511.1954.4748.24
HexBE51380394719b3630
Octal2761217007110731136660
Binary10111110101000111100001110011000111110011011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5138; }

 p { color: rgb(190,81,56); }

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

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

 a { background-color: rgb(190,81,56); }

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

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

 span { border-color: rgb(190,81,56); }

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