#BD543E

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

Shades of Grenadier #BD543E

Tints of Grenadier #BD543E

Color information

#BD543E (or 0xBD543E) is unknown color: approx Grenadier. HEX triplet: BD, 54 and 3E. RGB value is (189,84,62). Sum of RGB (Red+Green+Blue) = 189+84+62=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD543E is #42ABC1. Grayscale: #717171. Windows color (decimal): -4369346 or 4084925. OLE color: 4084925.

HSL color Cylindrical-coordinate representation of color #BD543E: hue angle of 10.39º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD543E is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1898462-
CMYK00.560.670.26
HSL10.39º50.6%49.22%-
HSV(B)10.39º67.2%74.12%-
XYZ25.0317.516.62-
YUV112.8999.29182.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=56.42%
G=25.07%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189846200.560.670.2610.3950.649.22
HexBD543E038431Aa3331
Octal2751247607010332126361
Binary10111101101010011111001110001000011110101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD543E; }

 p { color: rgb(189,84,62); }

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

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

 a { background-color: rgb(189,84,62); }

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

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

 span { border-color: rgb(189,84,62); }

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