#BB5666

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

Shades of Blush #BB5666

Tints of Blush #BB5666

Color information

#BB5666 (or 0xBB5666) is unknown color: approx Blush. HEX triplet: BB, 56 and 66. RGB value is (187,86,102). Sum of RGB (Red+Green+Blue) = 187+86+102=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5666 is #44A999. Grayscale: #767676. Windows color (decimal): -4499866 or 6706875. OLE color: 6706875.

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

Color convert

RGB18786102-
CMYK00.540.450.27
HSL350.5º42.62%53.53%-
HSV(B)350.5º54.01%73.33%-
XYZ26.2218.1814.7-
YUV118.02118.96177.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=49.87%
G=22.93%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878610200.540.450.27350.542.6253.53
HexBB56660362D1B15e2b36
Octal27312614606655335365366
Binary1011101110101101100110011011010110111011101011110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5666; }

 p { color: rgb(187,86,102); }

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

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

 a { background-color: rgb(187,86,102); }

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

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

 span { border-color: rgb(187,86,102); }

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