#BB5060

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

Shades of Blush #BB5060

Tints of Blush #BB5060

Color information

#BB5060 (or 0xBB5060) is unknown color: approx Blush. HEX triplet: BB, 50 and 60. RGB value is (187,80,96). Sum of RGB (Red+Green+Blue) = 187+80+96=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5060 is #44AF9F. Grayscale: #717171. Windows color (decimal): -4501408 or 6312123. OLE color: 6312123.

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

Color convert

RGB1878096-
CMYK00.570.490.27
HSL351.03º44.03%52.35%-
HSV(B)351.03º57.22%73.33%-
XYZ25.4717.1513.03-
YUV113.82117.95180.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=51.52%
G=22.04%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187809600.570.490.27351.0344.0352.35
HexBB5060039311B15f2c34
Octal27312014007161335375464
Binary1011101110100001100000011100111000111011101011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5060; }

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

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

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

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

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

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

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

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