#BB4660

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

Shades of Blush #BB4660

Tints of Blush #BB4660

Color information

#BB4660 (or 0xBB4660) is unknown color: approx Blush. HEX triplet: BB, 46 and 60. RGB value is (187,70,96). Sum of RGB (Red+Green+Blue) = 187+70+96=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4660 is #44B99F. Grayscale: #6B6B6B. Windows color (decimal): -4503968 or 6309563. OLE color: 6309563.

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

Color convert

RGB1877096-
CMYK00.630.490.27
HSL346.67º46.25%50.39%-
HSV(B)346.67º62.57%73.33%-
XYZ24.7915.7912.81-
YUV107.95121.26184.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=52.97%
G=19.83%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187709600.630.490.27346.6746.2550.39
HexBB466003F311B15b2e32
Octal27310614007761335335662
Binary1011101110001101100000011111111000111011101011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4660; }

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

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

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

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

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

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

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

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