#BB5561

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

Shades of Blush #BB5561

Tints of Blush #BB5561

Color information

#BB5561 (or 0xBB5561) is unknown color: approx Blush. HEX triplet: BB, 55 and 61. RGB value is (187,85,97). Sum of RGB (Red+Green+Blue) = 187+85+97=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5561 is #44AA9E. Grayscale: #747474. Windows color (decimal): -4500127 or 6378939. OLE color: 6378939.

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

Color convert

RGB1878597-
CMYK00.550.480.27
HSL352.94º42.86%53.33%-
HSV(B)352.94º54.55%73.33%-
XYZ25.917.9213.4-
YUV116.87116.79178.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=50.68%
G=23.04%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187859700.550.480.27352.9442.8653.33
HexBB5561037301B1612b35
Octal27312514106760335415365
Binary1011101110101011100001011011111000011011101100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5561; }

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

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

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

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

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

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

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

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