#BB5260

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

Shades of Blush #BB5260

Tints of Blush #BB5260

Color information

#BB5260 (or 0xBB5260) is unknown color: approx Blush. HEX triplet: BB, 52 and 60. RGB value is (187,82,96). Sum of RGB (Red+Green+Blue) = 187+82+96=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5260 is #44AD9F. Grayscale: #737373. Windows color (decimal): -4500896 or 6312635. OLE color: 6312635.

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

Color convert

RGB1878296-
CMYK00.560.490.27
HSL352º43.57%52.75%-
HSV(B)352º56.15%73.33%-
XYZ25.6217.4413.08-
YUV114.99117.29179.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=51.23%
G=22.47%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187829600.560.490.2735243.5752.75
HexBB5260038311B1602c35
Octal27312214007061335405465
Binary1011101110100101100000011100011000111011101100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5260; }

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

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

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

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

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

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

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

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