#B9543D

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

Shades of Grenadier #B9543D

Tints of Grenadier #B9543D

Color information

#B9543D (or 0xB9543D) is unknown color: approx Grenadier. HEX triplet: B9, 54 and 3D. RGB value is (185,84,61). Sum of RGB (Red+Green+Blue) = 185+84+61=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9543D is #46ABC2. Grayscale: #6F6F6F. Windows color (decimal): -4631491 or 4019385. OLE color: 4019385.

HSL color Cylindrical-coordinate representation of color #B9543D: hue angle of 11.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9543D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1858461-
CMYK00.550.670.27
HSL11.13º50.41%48.24%-
HSV(B)11.13º67.03%72.55%-
XYZ24.0216.996.43-
YUV111.5899.46180.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=56.06%
G=25.45%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185846100.550.670.2711.1350.4148.24
HexB9543D037431Bb3230
Octal2711247506710333136260
Binary10111001101010011110101101111000011110111011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9543D; }

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

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

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

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

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

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

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

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