#BE443A

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

Shades of Grenadier #BE443A

Tints of Grenadier #BE443A

Color information

#BE443A (or 0xBE443A) is unknown color: approx Grenadier. HEX triplet: BE, 44 and 3A. RGB value is (190,68,58). Sum of RGB (Red+Green+Blue) = 190+68+58=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE443A is #41BBC5. Grayscale: #676767. Windows color (decimal): -4307910 or 3818686. OLE color: 3818686.

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

Color convert

RGB1906858-
CMYK00.640.690.25
HSL4.55º53.23%48.63%-
HSV(B)4.55º69.47%74.51%-
XYZ24.0715.395.7-
YUV103.34102.42189.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=60.13%
G=21.52%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190685800.640.690.254.5553.2348.63
HexBE443A040451953531
Octal2761047201001053156561
Binary10111110100010011101001000000100010111001101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE443A; }

 p { color: rgb(190,68,58); }

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

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

 a { background-color: rgb(190,68,58); }

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

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

 span { border-color: rgb(190,68,58); }

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