#BD465E

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

Shades of Blush #BD465E

Tints of Blush #BD465E

Color information

#BD465E (or 0xBD465E) is unknown color: approx Blush. HEX triplet: BD, 46 and 5E. RGB value is (189,70,94). Sum of RGB (Red+Green+Blue) = 189+70+94=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD465E is #42B9A1. Grayscale: #6C6C6C. Windows color (decimal): -4372898 or 6178493. OLE color: 6178493.

HSL color Cylindrical-coordinate representation of color #BD465E: hue angle of 347.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD465E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1897094-
CMYK00.630.500.26
HSL347.9º47.41%50.78%-
HSV(B)347.9º62.96%74.12%-
XYZ25.216.0112.35-
YUV108.32119.92185.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=53.54%
G=19.83%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189709400.630.500.26347.947.4150.78
HexBD465E03F321A15c2f33
Octal27510613607762325345763
Binary1011110110001101011110011111111001011010101011100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD465E; }

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

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

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

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

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

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

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

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