#BB5466

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

Shades of Blush #BB5466

Tints of Blush #BB5466

Color information

#BB5466 (or 0xBB5466) is unknown color: approx Blush. HEX triplet: BB, 54 and 66. RGB value is (187,84,102). Sum of RGB (Red+Green+Blue) = 187+84+102=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5466 is #44AB99. Grayscale: #747474. Windows color (decimal): -4500378 or 6706363. OLE color: 6706363.

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

Color convert

RGB18784102-
CMYK00.550.450.27
HSL349.51º43.1%53.14%-
HSV(B)349.51º55.08%73.33%-
XYZ26.0617.8614.64-
YUV116.85119.62178.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=50.13%
G=22.52%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878410200.550.450.27349.5143.153.14
HexBB54660372D1B15e2b35
Octal27312414606755335365365
Binary1011101110101001100110011011110110111011101011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5466; }

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

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

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

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

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

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

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

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