#BB5A6E

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

Shades of Blush #BB5A6E

Tints of Blush #BB5A6E

Color information

#BB5A6E (or 0xBB5A6E) is unknown color: approx Blush. HEX triplet: BB, 5A and 6E. RGB value is (187,90,110). Sum of RGB (Red+Green+Blue) = 187+90+110=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A6E is #44A591. Grayscale: #797979. Windows color (decimal): -4498834 or 7232187. OLE color: 7232187.

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

Color convert

RGB18790110-
CMYK00.520.410.27
HSL347.63º41.63%54.31%-
HSV(B)347.63º51.87%73.33%-
XYZ26.961917-
YUV121.28121.64174.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=48.32%
G=23.26%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879011000.520.410.27347.6341.6354.31
HexBB5A6E034291B15c2a36
Octal27313215606451335345266
Binary1011101110110101101110011010010100111011101011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A6E; }

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

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

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

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

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

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

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

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