#BB5770

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

Shades of Blush #BB5770

Tints of Blush #BB5770

Color information

#BB5770 (or 0xBB5770) is unknown color: approx Blush. HEX triplet: BB, 57 and 70. RGB value is (187,87,112). Sum of RGB (Red+Green+Blue) = 187+87+112=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5770 is #44A88F. Grayscale: #777777. Windows color (decimal): -4499600 or 7362491. OLE color: 7362491.

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

Color convert

RGB18787112-
CMYK00.530.400.27
HSL345º42.37%53.73%-
HSV(B)345º53.48%73.33%-
XYZ26.8318.5517.5-
YUV119.75123.63175.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=48.45%
G=22.54%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878711200.530.400.2734542.3753.73
HexBB5770035281B1592a36
Octal27312716006550335315266
Binary1011101110101111110000011010110100011011101011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5770; }

 p { color: rgb(187,87,112); }

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

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

 a { background-color: rgb(187,87,112); }

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

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

 span { border-color: rgb(187,87,112); }

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