#BE563D

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

Shades of Grenadier #BE563D

Tints of Grenadier #BE563D

Color information

#BE563D (or 0xBE563D) is unknown color: approx Grenadier. HEX triplet: BE, 56 and 3D. RGB value is (190,86,61). Sum of RGB (Red+Green+Blue) = 190+86+61=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE563D is #41A9C2. Grayscale: #727272. Windows color (decimal): -4303299 or 4019902. OLE color: 4019902.

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

Color convert

RGB1908661-
CMYK00.550.680.25
HSL11.63º51.39%49.22%-
HSV(B)11.63º67.89%74.51%-
XYZ25.4117.946.54-
YUV114.2597.96182.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=56.38%
G=25.52%
B=18.10%

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
Decimal190866100.550.680.2511.6351.3949.22
HexBE563D0374419c3331
Octal2761267506710431146361
Binary10111110101011011110101101111000100110011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE563D; }

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

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

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

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

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

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

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

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