#BD5566

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

Shades of Blush #BD5566

Tints of Blush #BD5566

Color information

#BD5566 (or 0xBD5566) is unknown color: approx Blush. HEX triplet: BD, 55 and 66. RGB value is (189,85,102). Sum of RGB (Red+Green+Blue) = 189+85+102=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5566 is #42AA99. Grayscale: #767676. Windows color (decimal): -4369050 or 6706621. OLE color: 6706621.

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

Color convert

RGB18985102-
CMYK00.550.460.26
HSL350.19º44.07%53.73%-
HSV(B)350.19º55.03%74.12%-
XYZ26.6318.2814.69-
YUV118.03118.96178.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=50.27%
G=22.61%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898510200.550.460.26350.1944.0753.73
HexBD55660372E1A15e2c36
Octal27512514606756325365466
Binary1011110110101011100110011011110111011010101011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5566; }

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

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

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

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

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

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

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

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