#B6543D

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

Shades of Grenadier #B6543D

Tints of Grenadier #B6543D

Color information

#B6543D (or 0xB6543D) is unknown color: approx Grenadier. HEX triplet: B6, 54 and 3D. RGB value is (182,84,61). Sum of RGB (Red+Green+Blue) = 182+84+61=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6543D is #49ABC2. Grayscale: #6E6E6E. Windows color (decimal): -4828099 or 4019382. OLE color: 4019382.

HSL color Cylindrical-coordinate representation of color #B6543D: hue angle of 11.4º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6543D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1828461-
CMYK00.540.660.29
HSL11.4º49.79%47.65%-
HSV(B)11.4º66.48%71.37%-
XYZ23.316.626.4-
YUV110.6899.97178.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=55.66%
G=25.69%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182846100.540.660.2911.449.7947.65
HexB6543D036421Db3230
Octal2661247506610235136260
Binary10110110101010011110101101101000010111011011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6543D; }

 p { color: rgb(182,84,61); }

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

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

 a { background-color: rgb(182,84,61); }

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

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

 span { border-color: rgb(182,84,61); }

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