#BB4960

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

Shades of Blush #BB4960

Tints of Blush #BB4960

Color information

#BB4960 (or 0xBB4960) is unknown color: approx Blush. HEX triplet: BB, 49 and 60. RGB value is (187,73,96). Sum of RGB (Red+Green+Blue) = 187+73+96=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4960 is #44B69F. Grayscale: #6D6D6D. Windows color (decimal): -4503200 or 6310331. OLE color: 6310331.

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

Color convert

RGB1877396-
CMYK00.610.490.27
HSL347.89º45.6%50.98%-
HSV(B)347.89º60.96%73.33%-
XYZ24.9916.1712.87-
YUV109.71120.27183.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=52.53%
G=20.51%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187739600.610.490.27347.8945.650.98
HexBB496003D311B15c2e33
Octal27311114007561335345663
Binary1011101110010011100000011110111000111011101011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4960; }

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

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

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

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

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

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

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

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