#BD5563

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

Shades of Blush #BD5563

Tints of Blush #BD5563

Color information

#BD5563 (or 0xBD5563) is unknown color: approx Blush. HEX triplet: BD, 55 and 63. RGB value is (189,85,99). Sum of RGB (Red+Green+Blue) = 189+85+99=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5563 is #42AA9C. Grayscale: #757575. Windows color (decimal): -4369053 or 6510013. OLE color: 6510013.

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

Color convert

RGB1898599-
CMYK00.550.480.26
HSL351.92º44.07%53.73%-
HSV(B)351.92º55.03%74.12%-
XYZ26.4918.2213.92-
YUV117.69117.46178.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=50.67%
G=22.79%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189859900.550.480.26351.9244.0753.73
HexBD5563037301A1602c36
Octal27512514306760325405466
Binary1011110110101011100011011011111000011010101100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5563; }

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

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

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

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

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

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

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

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