#BE553A

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

Shades of Grenadier #BE553A

Tints of Grenadier #BE553A

Color information

#BE553A (or 0xBE553A) is unknown color: approx Grenadier. HEX triplet: BE, 55 and 3A. RGB value is (190,85,58). Sum of RGB (Red+Green+Blue) = 190+85+58=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE553A is #41AAC5. Grayscale: #717171. Windows color (decimal): -4303558 or 3823038. OLE color: 3823038.

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

Color convert

RGB1908558-
CMYK00.550.690.25
HSL12.27º53.23%48.63%-
HSV(B)12.27º69.47%74.51%-
XYZ25.2517.756.1-
YUV113.3296.79182.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=57.06%
G=25.53%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190855800.550.690.2512.2753.2348.63
HexBE553A0374519c3531
Octal2761257206710531146561
Binary10111110101010111101001101111000101110011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE553A; }

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

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

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

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

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

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

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

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