#BB553B

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

Shades of Grenadier #BB553B

Tints of Grenadier #BB553B

Color information

#BB553B (or 0xBB553B) is unknown color: approx Grenadier. HEX triplet: BB, 55 and 3B. RGB value is (187,85,59). Sum of RGB (Red+Green+Blue) = 187+85+59=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB553B is #44AAC4. Grayscale: #707070. Windows color (decimal): -4500165 or 3888571. OLE color: 3888571.

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

Color convert

RGB1878559-
CMYK00.550.680.27
HSL12.19º52.03%48.24%-
HSV(B)12.19º68.45%73.33%-
XYZ24.5317.386.2-
YUV112.5397.79181.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=56.50%
G=25.68%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187855900.550.680.2712.1952.0348.24
HexBB553B037441Bc3430
Octal2731257306710433146460
Binary10111011101010111101101101111000100110111100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB553B; }

 p { color: rgb(187,85,59); }

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

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

 a { background-color: rgb(187,85,59); }

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

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

 span { border-color: rgb(187,85,59); }

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