#BD576F

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

Shades of Blush #BD576F

Tints of Blush #BD576F

Color information

#BD576F (or 0xBD576F) is unknown color: approx Blush. HEX triplet: BD, 57 and 6F. RGB value is (189,87,111). Sum of RGB (Red+Green+Blue) = 189+87+111=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD576F is #42A890. Grayscale: #787878. Windows color (decimal): -4368529 or 7296957. OLE color: 7296957.

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

Color convert

RGB18987111-
CMYK00.540.410.26
HSL345.88º43.59%54.12%-
HSV(B)345.88º53.97%74.12%-
XYZ27.2618.7817.23-
YUV120.23122.79177.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=48.84%
G=22.48%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898711100.540.410.26345.8843.5954.12
HexBD576F036291A15a2c36
Octal27512715706651325325466
Binary1011110110101111101111011011010100111010101011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD576F; }

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

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

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

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

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

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

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

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