#BB4E5F

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

Shades of Blush #BB4E5F

Tints of Blush #BB4E5F

Color information

#BB4E5F (or 0xBB4E5F) is unknown color: approx Blush. HEX triplet: BB, 4E and 5F. RGB value is (187,78,95). Sum of RGB (Red+Green+Blue) = 187+78+95=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E5F is #44B1A0. Grayscale: #707070. Windows color (decimal): -4501921 or 6246075. OLE color: 6246075.

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

Color convert

RGB1877895-
CMYK00.580.490.27
HSL350.64º44.49%51.96%-
HSV(B)350.64º58.29%73.33%-
XYZ25.2816.8412.74-
YUV112.53118.11181.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=51.94%
G=21.67%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187789500.580.490.27350.6444.4951.96
HexBB4E5F03A311B15f2c34
Octal27311613707261335375464
Binary1011101110011101011111011101011000111011101011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E5F; }

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

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

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

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

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

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

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

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