#BB5B6E

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

Shades of Blush #BB5B6E

Tints of Blush #BB5B6E

Color information

#BB5B6E (or 0xBB5B6E) is unknown color: approx Blush. HEX triplet: BB, 5B and 6E. RGB value is (187,91,110). Sum of RGB (Red+Green+Blue) = 187+91+110=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B6E is #44A491. Grayscale: #797979. Windows color (decimal): -4498578 or 7232443. OLE color: 7232443.

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

Color convert

RGB18791110-
CMYK00.510.410.27
HSL348.12º41.38%54.51%-
HSV(B)348.12º51.34%73.33%-
XYZ27.0519.1717.03-
YUV121.87121.3174.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=48.20%
G=23.45%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879111000.510.410.27348.1241.3854.51
HexBB5B6E033291B15c2937
Octal27313315606351335345167
Binary1011101110110111101110011001110100111011101011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B6E; }

 p { color: rgb(187,91,110); }

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

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

 a { background-color: rgb(187,91,110); }

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

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

 span { border-color: rgb(187,91,110); }

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