#BD4060

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

Shades of Blush #BD4060

Tints of Blush #BD4060

Color information

#BD4060 (or 0xBD4060) is unknown color: approx Blush. HEX triplet: BD, 40 and 60. RGB value is (189,64,96). Sum of RGB (Red+Green+Blue) = 189+64+96=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4060 is #42BF9F. Grayscale: #696969. Windows color (decimal): -4374432 or 6308029. OLE color: 6308029.

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

Color convert

RGB1896496-
CMYK00.660.490.26
HSL344.64º49.41%49.61%-
HSV(B)344.64º66.14%74.12%-
XYZ24.9315.3312.71-
YUV105.02122.91187.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=54.15%
G=18.34%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189649600.660.490.26344.6449.4149.61
HexBD4060042311A1593132
Octal275100140010261325316162
Binary10111101100000011000000100001011000111010101011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4060; }

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

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

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

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

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

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

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

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