#BD586E

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

Shades of Blush #BD586E

Tints of Blush #BD586E

Color information

#BD586E (or 0xBD586E) is unknown color: approx Blush. HEX triplet: BD, 58 and 6E. RGB value is (189,88,110). Sum of RGB (Red+Green+Blue) = 189+88+110=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD586E is #42A791. Grayscale: #787878. Windows color (decimal): -4368274 or 7231677. OLE color: 7231677.

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

Color convert

RGB18988110-
CMYK00.530.420.26
HSL346.93º43.35%54.31%-
HSV(B)346.93º53.44%74.12%-
XYZ27.2918.9216.97-
YUV120.71121.96176.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=48.84%
G=22.74%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898811000.530.420.26346.9343.3554.31
HexBD586E0352A1A15b2b36
Octal27513015606552325335366
Binary1011110110110001101110011010110101011010101011011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD586E; }

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

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

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

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

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

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

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

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