#BB4D60

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

Shades of Blush #BB4D60

Tints of Blush #BB4D60

Color information

#BB4D60 (or 0xBB4D60) is unknown color: approx Blush. HEX triplet: BB, 4D and 60. RGB value is (187,77,96). Sum of RGB (Red+Green+Blue) = 187+77+96=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D60 is #44B29F. Grayscale: #707070. Windows color (decimal): -4502176 or 6311355. OLE color: 6311355.

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

Color convert

RGB1877796-
CMYK00.590.490.27
HSL349.64º44.72%51.76%-
HSV(B)349.64º58.82%73.33%-
XYZ25.2616.7212.96-
YUV112.06118.94181.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=51.94%
G=21.39%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187779600.590.490.27349.6444.7251.76
HexBB4D6003B311B15e2d34
Octal27311514007361335365564
Binary1011101110011011100000011101111000111011101011110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D60; }

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

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

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

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

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

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

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

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