#BD405E

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

Shades of Blush #BD405E

Tints of Blush #BD405E

Color information

#BD405E (or 0xBD405E) is unknown color: approx Blush. HEX triplet: BD, 40 and 5E. RGB value is (189,64,94). Sum of RGB (Red+Green+Blue) = 189+64+94=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD405E is #42BFA1. Grayscale: #686868. Windows color (decimal): -4374434 or 6176957. OLE color: 6176957.

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

Color convert

RGB1896494-
CMYK00.660.500.26
HSL345.6º49.41%49.61%-
HSV(B)345.6º66.14%74.12%-
XYZ24.8415.2912.23-
YUV104.79121.91188.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=54.47%
G=18.44%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189649400.660.500.26345.649.4149.61
HexBD405E042321A15a3132
Octal275100136010262325326162
Binary10111101100000010111100100001011001011010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD405E; }

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

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

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

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

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

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

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

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