#B9563C

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

Shades of Grenadier #B9563C

Tints of Grenadier #B9563C

Color information

#B9563C (or 0xB9563C) is unknown color: approx Grenadier. HEX triplet: B9, 56 and 3C. RGB value is (185,86,60). Sum of RGB (Red+Green+Blue) = 185+86+60=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9563C is #46A9C3. Grayscale: #707070. Windows color (decimal): -4630980 or 3954361. OLE color: 3954361.

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

Color convert

RGB1858660-
CMYK00.540.680.27
HSL12.48º51.02%48.04%-
HSV(B)12.48º67.57%72.55%-
XYZ24.1517.36.34-
YUV112.6498.3179.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=55.89%
G=25.98%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185866000.540.680.2712.4851.0248.04
HexB9563C036441Bc3330
Octal2711267406610433146360
Binary10111001101011011110001101101000100110111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9563C; }

 p { color: rgb(185,86,60); }

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

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

 a { background-color: rgb(185,86,60); }

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

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

 span { border-color: rgb(185,86,60); }

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