#BE4D34

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

Shades of Grenadier #BE4D34

Tints of Grenadier #BE4D34

Color information

#BE4D34 (or 0xBE4D34) is unknown color: approx Grenadier. HEX triplet: BE, 4D and 34. RGB value is (190,77,52). Sum of RGB (Red+Green+Blue) = 190+77+52=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D34 is #41B2CB. Grayscale: #6C6C6C. Windows color (decimal): -4305612 or 3427774. OLE color: 3427774.

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

Color convert

RGB1907752-
CMYK00.590.730.25
HSL10.87º57.02%47.45%-
HSV(B)10.87º72.63%74.51%-
XYZ24.5116.55.14-
YUV107.9496.44186.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=59.56%
G=24.14%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190775200.590.730.2510.8757.0247.45
HexBE4D3403B4919b392f
Octal2761156407311131137157
Binary10111110100110111010001110111001001110011011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4D34; }

 p { color: rgb(190,77,52); }

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

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

 a { background-color: rgb(190,77,52); }

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

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

 span { border-color: rgb(190,77,52); }

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