#BD5660

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

Shades of Blush #BD5660

Tints of Blush #BD5660

Color information

#BD5660 (or 0xBD5660) is unknown color: approx Blush. HEX triplet: BD, 56 and 60. RGB value is (189,86,96). Sum of RGB (Red+Green+Blue) = 189+86+96=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5660 is #42A99F. Grayscale: #767676. Windows color (decimal): -4368800 or 6313661. OLE color: 6313661.

HSL color Cylindrical-coordinate representation of color #BD5660: hue angle of 354.17º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5660 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1898696-
CMYK00.540.490.26
HSL354.17º43.83%53.92%-
HSV(B)354.17º54.5%74.12%-
XYZ26.4318.3213.21-
YUV117.94115.62178.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=50.94%
G=23.18%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189869600.540.490.26354.1743.8353.92
HexBD5660036311A1622c36
Octal27512614006661325425466
Binary1011110110101101100000011011011000111010101100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5660; }

 p { color: rgb(189,86,96); }

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

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

 a { background-color: rgb(189,86,96); }

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

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

 span { border-color: rgb(189,86,96); }

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