#BE4533

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

Shades of Grenadier #BE4533

Tints of Grenadier #BE4533

Color information

#BE4533 (or 0xBE4533) is unknown color: approx Grenadier. HEX triplet: BE, 45 and 33. RGB value is (190,69,51). Sum of RGB (Red+Green+Blue) = 190+69+51=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4533 is #41BACC. Grayscale: #676767. Windows color (decimal): -4307661 or 3360190. OLE color: 3360190.

HSL color Cylindrical-coordinate representation of color #BE4533: hue angle of 7.77º degrees, saturation: 0.58, 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 #BE4533 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1906951-
CMYK00.640.730.25
HSL7.77º57.68%47.25%-
HSV(B)7.77º73.16%74.51%-
XYZ23.9615.444.85-
YUV103.1398.59189.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=61.29%
G=22.26%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190695100.640.730.257.7757.6847.25
HexBE4533040491983a2f
Octal27610563010011131107257
Binary101111101000101110011010000001001001110011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4533; }

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

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

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

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

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

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

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

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