#BD415E

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

Shades of Blush #BD415E

Tints of Blush #BD415E

Color information

#BD415E (or 0xBD415E) is unknown color: approx Blush. HEX triplet: BD, 41 and 5E. RGB value is (189,65,94). Sum of RGB (Red+Green+Blue) = 189+65+94=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD415E is #42BEA1. Grayscale: #696969. Windows color (decimal): -4374178 or 6177213. OLE color: 6177213.

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

Color convert

RGB1896594-
CMYK00.660.500.26
HSL345.97º48.82%49.8%-
HSV(B)345.97º65.61%74.12%-
XYZ24.915.4112.25-
YUV105.38121.58187.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=54.31%
G=18.68%
B=27.01%

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
Decimal189659400.660.500.26345.9748.8249.8
HexBD415E042321A15a3132
Octal275101136010262325326162
Binary10111101100000110111100100001011001011010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD415E; }

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

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

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

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

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

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

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

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