#BB4E5E

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

Shades of Blush #BB4E5E

Tints of Blush #BB4E5E

Color information

#BB4E5E (or 0xBB4E5E) is unknown color: approx Blush. HEX triplet: BB, 4E and 5E. RGB value is (187,78,94). Sum of RGB (Red+Green+Blue) = 187+78+94=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E5E is #44B1A1. Grayscale: #707070. Windows color (decimal): -4501922 or 6180539. OLE color: 6180539.

HSL color Cylindrical-coordinate representation of color #BB4E5E: hue angle of 351.19º 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 #BB4E5E is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1877894-
CMYK00.580.500.27
HSL351.19º44.49%51.96%-
HSV(B)351.19º58.29%73.33%-
XYZ25.2416.8212.51-
YUV112.42117.61181.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=52.09%
G=21.73%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187789400.580.500.27351.1944.4951.96
HexBB4E5E03A321B15f2c34
Octal27311613607262335375464
Binary1011101110011101011110011101011001011011101011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E5E; }

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

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

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

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

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

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

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

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