#BB4E63

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

Shades of Blush #BB4E63

Tints of Blush #BB4E63

Color information

#BB4E63 (or 0xBB4E63) is unknown color: approx Blush. HEX triplet: BB, 4E and 63. RGB value is (187,78,99). Sum of RGB (Red+Green+Blue) = 187+78+99=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E63 is #44B19C. Grayscale: #717171. Windows color (decimal): -4501917 or 6508219. OLE color: 6508219.

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

Color convert

RGB1877899-
CMYK00.580.470.27
HSL348.44º44.49%51.96%-
HSV(B)348.44º58.29%73.33%-
XYZ25.4716.9113.73-
YUV112.98120.11180.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=51.37%
G=21.43%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187789900.580.470.27348.4444.4951.96
HexBB4E6303A2F1B15c2c34
Octal27311614307257335345464
Binary1011101110011101100011011101010111111011101011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E63; }

 p { color: rgb(187,78,99); }

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

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

 a { background-color: rgb(187,78,99); }

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

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

 span { border-color: rgb(187,78,99); }

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