#BD586F

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

Shades of Blush #BD586F

Tints of Blush #BD586F

Color information

#BD586F (or 0xBD586F) is unknown color: approx Blush. HEX triplet: BD, 58 and 6F. RGB value is (189,88,111). Sum of RGB (Red+Green+Blue) = 189+88+111=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD586F is #42A790. Grayscale: #787878. Windows color (decimal): -4368273 or 7297213. OLE color: 7297213.

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

Color convert

RGB18988111-
CMYK00.530.410.26
HSL346.34º43.35%54.31%-
HSV(B)346.34º53.44%74.12%-
XYZ27.3518.9517.25-
YUV120.82122.46176.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=48.71%
G=22.68%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898811100.530.410.26346.3443.3554.31
HexBD586F035291A15a2b36
Octal27513015706551325325366
Binary1011110110110001101111011010110100111010101011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD586F; }

 p { color: rgb(189,88,111); }

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

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

 a { background-color: rgb(189,88,111); }

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

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

 span { border-color: rgb(189,88,111); }

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