#BB5460

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

Shades of Blush #BB5460

Tints of Blush #BB5460

Color information

#BB5460 (or 0xBB5460) is unknown color: approx Blush. HEX triplet: BB, 54 and 60. RGB value is (187,84,96). Sum of RGB (Red+Green+Blue) = 187+84+96=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5460 is #44AB9F. Grayscale: #747474. Windows color (decimal): -4500384 or 6313147. OLE color: 6313147.

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

Color convert

RGB1878496-
CMYK00.550.490.27
HSL353.01º43.1%53.14%-
HSV(B)353.01º55.08%73.33%-
XYZ25.7817.7513.13-
YUV116.16116.62178.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=50.95%
G=22.89%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187849600.550.490.27353.0143.153.14
HexBB5460037311B1612b35
Octal27312414006761335415365
Binary1011101110101001100000011011111000111011101100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5460; }

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

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

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

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

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

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

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

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