#BB5565

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

Shades of Blush #BB5565

Tints of Blush #BB5565

Color information

#BB5565 (or 0xBB5565) is unknown color: approx Blush. HEX triplet: BB, 55 and 65. RGB value is (187,85,101). Sum of RGB (Red+Green+Blue) = 187+85+101=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5565 is #44AA9A. Grayscale: #757575. Windows color (decimal): -4500123 or 6641083. OLE color: 6641083.

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

Color convert

RGB18785101-
CMYK00.550.460.27
HSL350.59º42.86%53.33%-
HSV(B)350.59º54.55%73.33%-
XYZ26.091814.41-
YUV117.32118.79177.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=50.13%
G=22.79%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878510100.550.460.27350.5942.8653.33
HexBB55650372E1B15f2b35
Octal27312514506756335375365
Binary1011101110101011100101011011110111011011101011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5565; }

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

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

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

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

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

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

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

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