#BD5564

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

Shades of Blush #BD5564

Tints of Blush #BD5564

Color information

#BD5564 (or 0xBD5564) is unknown color: approx Blush. HEX triplet: BD, 55 and 64. RGB value is (189,85,100). Sum of RGB (Red+Green+Blue) = 189+85+100=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5564 is #42AA9B. Grayscale: #757575. Windows color (decimal): -4369052 or 6575549. OLE color: 6575549.

HSL color Cylindrical-coordinate representation of color #BD5564: hue angle of 351.35º 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 #BD5564 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18985100-
CMYK00.550.470.26
HSL351.35º44.07%53.73%-
HSV(B)351.35º55.03%74.12%-
XYZ26.5418.2414.18-
YUV117.81117.96178.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=50.53%
G=22.73%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898510000.550.470.26351.3544.0753.73
HexBD55640372F1A15f2c36
Octal27512514406757325375466
Binary1011110110101011100100011011110111111010101011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5564; }

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

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

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

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

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

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

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

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