#BB5A6F

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

Shades of Blush #BB5A6F

Tints of Blush #BB5A6F

Color information

#BB5A6F (or 0xBB5A6F) is unknown color: approx Blush. HEX triplet: BB, 5A and 6F. RGB value is (187,90,111). Sum of RGB (Red+Green+Blue) = 187+90+111=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A6F is #44A590. Grayscale: #797979. Windows color (decimal): -4498833 or 7297723. OLE color: 7297723.

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

Color convert

RGB18790111-
CMYK00.520.410.27
HSL347.01º41.63%54.31%-
HSV(B)347.01º51.87%73.33%-
XYZ27.0219.0217.29-
YUV121.4122.14174.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=48.20%
G=23.20%
B=28.61%

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
Decimal1879011100.520.410.27347.0141.6354.31
HexBB5A6F034291B15b2a36
Octal27313215706451335335266
Binary1011101110110101101111011010010100111011101011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A6F; }

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

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

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

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

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

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

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

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