#BE523B

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

Shades of Grenadier #BE523B

Tints of Grenadier #BE523B

Color information

#BE523B (or 0xBE523B) is unknown color: approx Grenadier. HEX triplet: BE, 52 and 3B. RGB value is (190,82,59). Sum of RGB (Red+Green+Blue) = 190+82+59=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE523B is #41ADC4. Grayscale: #6F6F6F. Windows color (decimal): -4304325 or 3887806. OLE color: 3887806.

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

Color convert

RGB1908259-
CMYK00.570.690.25
HSL10.53º52.61%48.82%-
HSV(B)10.53º68.95%74.51%-
XYZ25.0417.36.16-
YUV111.6798.28183.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=57.40%
G=24.77%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190825900.570.690.2510.5352.6148.82
HexBE523B0394519b3531
Octal2761227307110531136561
Binary10111110101001011101101110011000101110011011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE523B; }

 p { color: rgb(190,82,59); }

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

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

 a { background-color: rgb(190,82,59); }

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

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

 span { border-color: rgb(190,82,59); }

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