#BD516C

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

Shades of Blush #BD516C

Tints of Blush #BD516C

Color information

#BD516C (or 0xBD516C) is unknown color: approx Blush. HEX triplet: BD, 51 and 6C. RGB value is (189,81,108). Sum of RGB (Red+Green+Blue) = 189+81+108=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD516C is #42AE93. Grayscale: #747474. Windows color (decimal): -4370068 or 7098813. OLE color: 7098813.

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

Color convert

RGB18981108-
CMYK00.570.430.26
HSL345º45%52.94%-
HSV(B)345º57.14%74.12%-
XYZ26.6417.7916.22-
YUV116.37123.28179.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=50%
G=21.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898110800.570.430.263454552.94
HexBD516C0392B1A1592d35
Octal27512115407153325315565
Binary1011110110100011101100011100110101111010101011001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD516C; }

 p { color: rgb(189,81,108); }

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

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

 a { background-color: rgb(189,81,108); }

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

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

 span { border-color: rgb(189,81,108); }

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