#BD515E

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

Shades of Blush #BD515E

Tints of Blush #BD515E

Color information

#BD515E (or 0xBD515E) is unknown color: approx Blush. HEX triplet: BD, 51 and 5E. RGB value is (189,81,94). Sum of RGB (Red+Green+Blue) = 189+81+94=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD515E is #42AEA1. Grayscale: #727272. Windows color (decimal): -4370082 or 6181309. OLE color: 6181309.

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

Color convert

RGB1898194-
CMYK00.570.500.26
HSL352.78º45%52.94%-
HSV(B)352.78º57.14%74.12%-
XYZ25.9517.5112.6-
YUV114.77116.28180.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=51.92%
G=22.25%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189819400.570.500.26352.784552.94
HexBD515E039321A1612d35
Octal27512113607162325415565
Binary1011110110100011011110011100111001011010101100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD515E; }

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

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

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

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

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

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

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

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