#bd5570

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

Shades of Blush #BD5570

Tints of Blush #BD5570

Color information

#BD5570 (or 0xBD5570) is unknown color: approx Blush. HEX triplet: BD, 55 and 70. RGB value is (189,85,112). Sum of RGB (Red+Green+Blue) = 189+85+112=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5570 is #42AA8F. Grayscale: #777777. Windows color (decimal): -4369040 or 7361981. OLE color: 7361981.

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

Color convert

RGB18985112-
CMYK00.550.410.26
HSL344.42º44.07%53.73%-
HSV(B)344.42º55.03%74.12%-
XYZ27.1618.4917.47-
YUV119.17123.96177.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=48.96%
G=22.02%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898511200.550.410.26344.4244.0753.73
HexBD5570037291A1582c36
Octal27512516006751325305466
Binary1011110110101011110000011011110100111010101011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5570; }

 p { color: rgb(189,85,112); }

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

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

 a { background-color: rgb(189,85,112); }

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

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

 span { border-color: rgb(189,85,112); }

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