#BB5464

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

Shades of Blush #BB5464

Tints of Blush #BB5464

Color information

#BB5464 (or 0xBB5464) is unknown color: approx Blush. HEX triplet: BB, 54 and 64. RGB value is (187,84,100). Sum of RGB (Red+Green+Blue) = 187+84+100=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5464 is #44AB9B. Grayscale: #747474. Windows color (decimal): -4500380 or 6575291. OLE color: 6575291.

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

Color convert

RGB18784100-
CMYK00.550.470.27
HSL350.68º43.1%53.14%-
HSV(B)350.68º55.08%73.33%-
XYZ25.9617.8314.13-
YUV116.62118.62178.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.40%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=50.40%
G=22.64%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878410000.550.470.27350.6843.153.14
HexBB54640372F1B15f2b35
Octal27312414406757335375365
Binary1011101110101001100100011011110111111011101011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5464; }

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

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

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

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

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

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

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

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