#BD5063

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

Shades of Blush #BD5063

Tints of Blush #BD5063

Color information

#BD5063 (or 0xBD5063) is unknown color: approx Blush. HEX triplet: BD, 50 and 63. RGB value is (189,80,99). Sum of RGB (Red+Green+Blue) = 189+80+99=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5063 is #42AF9C. Grayscale: #727272. Windows color (decimal): -4370333 or 6508733. OLE color: 6508733.

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

Color convert

RGB1898099-
CMYK00.580.480.26
HSL349.54º45.23%52.75%-
HSV(B)349.54º57.67%74.12%-
XYZ26.1117.4613.8-
YUV114.76119.11180.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=51.36%
G=21.74%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189809900.580.480.26349.5445.2352.75
HexBD506303A301A15e2d35
Octal27512014307260325365565
Binary1011110110100001100011011101011000011010101011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5063; }

 p { color: rgb(189,80,99); }

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

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

 a { background-color: rgb(189,80,99); }

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

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

 span { border-color: rgb(189,80,99); }

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