#BE4B37

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

Shades of Grenadier #BE4B37

Tints of Grenadier #BE4B37

Color information

#BE4B37 (or 0xBE4B37) is unknown color: approx Grenadier. HEX triplet: BE, 4B and 37. RGB value is (190,75,55). Sum of RGB (Red+Green+Blue) = 190+75+55=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B37 is #41B4C8. Grayscale: #6B6B6B. Windows color (decimal): -4306121 or 3623870. OLE color: 3623870.

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

Color convert

RGB1907555-
CMYK00.610.710.25
HSL8.89º55.1%48.04%-
HSV(B)8.89º71.05%74.51%-
XYZ24.4416.265.46-
YUV107.198.6187.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.38%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 55 (21.88% from 255) = 17.19%
R=59.38%
G=23.44%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190755500.610.710.258.8955.148.04
HexBE4B3703D471993730
Octal2761136707510731116760
Binary10111110100101111011101111011000111110011001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B37; }

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

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

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

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

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

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

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

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