#b6533e

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

Shades of Grenadier #B6533E

Tints of Grenadier #B6533E

Color information

#B6533E (or 0xB6533E) is unknown color: approx Grenadier. HEX triplet: B6, 53 and 3E. RGB value is (182,83,62). Sum of RGB (Red+Green+Blue) = 182+83+62=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6533E is #49ACC1. Grayscale: #6E6E6E. Windows color (decimal): -4828354 or 4084662. OLE color: 4084662.

HSL color Cylindrical-coordinate representation of color #B6533E: hue angle of 10.5º degrees, saturation: 0.49, 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 #B6533E is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1828362-
CMYK00.540.660.29
HSL10.5º49.18%47.84%-
HSV(B)10.5º65.93%71.37%-
XYZ23.2516.486.51-
YUV110.21100.8179.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=55.66%
G=25.38%
B=18.96%

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
Decimal182836200.540.660.2910.549.1847.84
HexB6533E036421Db3130
Octal2661237606610235136160
Binary10110110101001111111001101101000010111011011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6533e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6533e; }

 p { color: rgb(182,83,62); }

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

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

 a { background-color: rgb(182,83,62); }

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

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

 span { border-color: rgb(182,83,62); }

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