#BD5064

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

Shades of Blush #BD5064

Tints of Blush #BD5064

Color information

#BD5064 (or 0xBD5064) is unknown color: approx Blush. HEX triplet: BD, 50 and 64. RGB value is (189,80,100). Sum of RGB (Red+Green+Blue) = 189+80+100=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5064 is #42AF9B. Grayscale: #727272. Windows color (decimal): -4370332 or 6574269. OLE color: 6574269.

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

Color convert

RGB18980100-
CMYK00.580.470.26
HSL348.99º45.23%52.75%-
HSV(B)348.99º57.67%74.12%-
XYZ26.1617.4814.05-
YUV114.87119.61180.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.22%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=51.22%
G=21.68%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898010000.580.470.26348.9945.2352.75
HexBD506403A2F1A15d2d35
Octal27512014407257325355565
Binary1011110110100001100100011101010111111010101011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5064; }

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

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

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

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

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

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

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

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