#BE543A

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

Shades of Grenadier #BE543A

Tints of Grenadier #BE543A

Color information

#BE543A (or 0xBE543A) is unknown color: approx Grenadier. HEX triplet: BE, 54 and 3A. RGB value is (190,84,58). Sum of RGB (Red+Green+Blue) = 190+84+58=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE543A is #41ABC5. Grayscale: #707070. Windows color (decimal): -4303814 or 3822782. OLE color: 3822782.

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

Color convert

RGB1908458-
CMYK00.560.690.25
HSL11.82º53.23%48.63%-
HSV(B)11.82º69.47%74.51%-
XYZ25.1717.596.07-
YUV112.7397.12183.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=57.23%
G=25.30%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190845800.560.690.2511.8253.2348.63
HexBE543A0384519c3531
Octal2761247207010531146561
Binary10111110101010011101001110001000101110011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE543A; }

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

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

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

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

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

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

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

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