#BE543C

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

Shades of Grenadier #BE543C

Tints of Grenadier #BE543C

Color information

#BE543C (or 0xBE543C) is unknown color: approx Grenadier. HEX triplet: BE, 54 and 3C. RGB value is (190,84,60). Sum of RGB (Red+Green+Blue) = 190+84+60=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE543C is #41ABC3. Grayscale: #717171. Windows color (decimal): -4303812 or 3953854. OLE color: 3953854.

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

Color convert

RGB1908460-
CMYK00.560.680.25
HSL11.08º52%49.02%-
HSV(B)11.08º68.42%74.51%-
XYZ25.2217.616.35-
YUV112.9698.12182.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=56.89%
G=25.15%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190846000.560.680.2511.085249.02
HexBE543C0384419b3431
Octal2761247407010431136461
Binary10111110101010011110001110001000100110011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE543C; }

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

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

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

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

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

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

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

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