#BE563C

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

Shades of Grenadier #BE563C

Tints of Grenadier #BE563C

Color information

#BE563C (or 0xBE563C) is unknown color: approx Grenadier. HEX triplet: BE, 56 and 3C. RGB value is (190,86,60). Sum of RGB (Red+Green+Blue) = 190+86+60=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE563C is #41A9C3. Grayscale: #727272. Windows color (decimal): -4303300 or 3954366. OLE color: 3954366.

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

Color convert

RGB1908660-
CMYK00.550.680.25
HSL12º52%49.02%-
HSV(B)12º68.42%74.51%-
XYZ25.3817.936.4-
YUV114.1397.46182.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=56.55%
G=25.60%
B=17.86%

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
Decimal190866000.550.680.25125249.02
HexBE563C0374419c3431
Octal2761267406710431146461
Binary10111110101011011110001101111000100110011100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE563C; }

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

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

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

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

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

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

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

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