#BB563A

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

Shades of Grenadier #BB563A

Tints of Grenadier #BB563A

Color information

#BB563A (or 0xBB563A) is unknown color: approx Grenadier. HEX triplet: BB, 56 and 3A. RGB value is (187,86,58). Sum of RGB (Red+Green+Blue) = 187+86+58=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB563A is #44A9C5. Grayscale: #717171. Windows color (decimal): -4499910 or 3823291. OLE color: 3823291.

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

Color convert

RGB1878658-
CMYK00.540.690.27
HSL13.02º52.65%48.04%-
HSV(B)13.02º68.98%73.33%-
XYZ24.5917.536.09-
YUV113.0196.96180.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=56.50%
G=25.98%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187865800.540.690.2713.0252.6548.04
HexBB563A036451Bd3530
Octal2731267206610533156560
Binary10111011101011011101001101101000101110111101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB563A; }

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

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

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

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

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

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

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

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