#BB553A

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

Shades of Grenadier #BB553A

Tints of Grenadier #BB553A

Color information

#BB553A (or 0xBB553A) is unknown color: approx Grenadier. HEX triplet: BB, 55 and 3A. RGB value is (187,85,58). Sum of RGB (Red+Green+Blue) = 187+85+58=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB553A is #44AAC5. Grayscale: #707070. Windows color (decimal): -4500166 or 3823035. OLE color: 3823035.

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

Color convert

RGB1878558-
CMYK00.550.690.27
HSL12.56º52.65%48.04%-
HSV(B)12.56º68.98%73.33%-
XYZ24.5117.376.06-
YUV112.4297.29181.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=56.67%
G=25.76%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187855800.550.690.2712.5652.6548.04
HexBB553A037451Bd3530
Octal2731257206710533156560
Binary10111011101010111101001101111000101110111101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB553A; }

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

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

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

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

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

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

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

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