#BD516E

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

Shades of Blush #BD516E

Tints of Blush #BD516E

Color information

#BD516E (or 0xBD516E) is unknown color: approx Blush. HEX triplet: BD, 51 and 6E. RGB value is (189,81,110). Sum of RGB (Red+Green+Blue) = 189+81+110=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD516E is #42AE91. Grayscale: #747474. Windows color (decimal): -4370066 or 7229885. OLE color: 7229885.

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

Color convert

RGB18981110-
CMYK00.570.420.26
HSL343.89º45%52.94%-
HSV(B)343.89º57.14%74.12%-
XYZ26.7417.8316.78-
YUV116.6124.28179.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.74%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=49.74%
G=21.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898111000.570.420.26343.894552.94
HexBD516E0392A1A1582d35
Octal27512115607152325305565
Binary1011110110100011101110011100110101011010101011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD516E; }

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

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

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

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

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

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

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

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