#BD515D

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

Shades of Blush #BD515D

Tints of Blush #BD515D

Color information

#BD515D (or 0xBD515D) is unknown color: approx Blush. HEX triplet: BD, 51 and 5D. RGB value is (189,81,93). Sum of RGB (Red+Green+Blue) = 189+81+93=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD515D is #42AEA2. Grayscale: #727272. Windows color (decimal): -4370083 or 6115773. OLE color: 6115773.

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

Color convert

RGB1898193-
CMYK00.570.510.26
HSL353.33º45%52.94%-
HSV(B)353.33º57.14%74.12%-
XYZ25.917.4912.37-
YUV114.66115.78181.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=52.07%
G=22.31%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189819300.570.510.26353.334552.94
HexBD515D039331A1612d35
Octal27512113507163325415565
Binary1011110110100011011101011100111001111010101100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD515D; }

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

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

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

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

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

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

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

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