#BB563C

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

Shades of Grenadier #BB563C

Tints of Grenadier #BB563C

Color information

#BB563C (or 0xBB563C) is unknown color: approx Grenadier. HEX triplet: BB, 56 and 3C. RGB value is (187,86,60). Sum of RGB (Red+Green+Blue) = 187+86+60=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB563C is #44A9C3. Grayscale: #717171. Windows color (decimal): -4499908 or 3954363. OLE color: 3954363.

HSL color Cylindrical-coordinate representation of color #BB563C: hue angle of 12.28º 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 #BB563C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1878660-
CMYK00.540.680.27
HSL12.28º51.42%48.43%-
HSV(B)12.28º67.91%73.33%-
XYZ24.6417.556.36-
YUV113.2497.96180.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=56.16%
G=25.83%
B=18.02%

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
Decimal187866000.540.680.2712.2851.4248.43
HexBB563C036441Bc3330
Octal2731267406610433146360
Binary10111011101011011110001101101000100110111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB563C; }

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

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

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

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

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

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

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

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