#BD576B

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

Shades of Blush #BD576B

Tints of Blush #BD576B

Color information

#BD576B (or 0xBD576B) is unknown color: approx Blush. HEX triplet: BD, 57 and 6B. RGB value is (189,87,107). Sum of RGB (Red+Green+Blue) = 189+87+107=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD576B is #42A894. Grayscale: #777777. Windows color (decimal): -4368533 or 7034813. OLE color: 7034813.

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

Color convert

RGB18987107-
CMYK00.540.430.26
HSL348.24º43.59%54.12%-
HSV(B)348.24º53.97%74.12%-
XYZ27.0518.716.09-
YUV119.78120.79177.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=49.35%
G=22.72%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898710700.540.430.26348.2443.5954.12
HexBD576B0362B1A15c2c36
Octal27512715306653325345466
Binary1011110110101111101011011011010101111010101011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD576B; }

 p { color: rgb(189,87,107); }

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

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

 a { background-color: rgb(189,87,107); }

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

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

 span { border-color: rgb(189,87,107); }

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