#BE553D

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

Shades of Grenadier #BE553D

Tints of Grenadier #BE553D

Color information

#BE553D (or 0xBE553D) is unknown color: approx Grenadier. HEX triplet: BE, 55 and 3D. RGB value is (190,85,61). Sum of RGB (Red+Green+Blue) = 190+85+61=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE553D is #41AAC2. Grayscale: #717171. Windows color (decimal): -4303555 or 4019646. OLE color: 4019646.

HSL color Cylindrical-coordinate representation of color #BE553D: hue angle of 11.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE553D is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1908561-
CMYK00.550.680.25
HSL11.16º51.39%49.22%-
HSV(B)11.16º67.89%74.51%-
XYZ25.3317.786.51-
YUV113.6698.29182.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=56.55%
G=25.30%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190856100.550.680.2511.1651.3949.22
HexBE553D0374419b3331
Octal2761257506710431136361
Binary10111110101010111110101101111000100110011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE553D; }

 p { color: rgb(190,85,61); }

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

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

 a { background-color: rgb(190,85,61); }

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

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

 span { border-color: rgb(190,85,61); }

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