#BE503A

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

Shades of Grenadier #BE503A

Tints of Grenadier #BE503A

Color information

#BE503A (or 0xBE503A) is unknown color: approx Grenadier. HEX triplet: BE, 50 and 3A. RGB value is (190,80,58). Sum of RGB (Red+Green+Blue) = 190+80+58=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE503A is #41AFC5. Grayscale: #6E6E6E. Windows color (decimal): -4304838 or 3821758. OLE color: 3821758.

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

Color convert

RGB1908058-
CMYK00.580.690.25
HSL10º53.23%48.63%-
HSV(B)10º69.47%74.51%-
XYZ24.8716.995.97-
YUV110.3898.44184.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.93%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=57.93%
G=24.39%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190805800.580.690.251053.2348.63
HexBE503A03A4519a3531
Octal2761207207210531126561
Binary10111110101000011101001110101000101110011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE503A; }

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

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

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

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

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

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

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

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