#BD4669

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

Shades of Blush #BD4669

Tints of Blush #BD4669

Color information

#BD4669 (or 0xBD4669) is unknown color: approx Blush. HEX triplet: BD, 46 and 69. RGB value is (189,70,105). Sum of RGB (Red+Green+Blue) = 189+70+105=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4669 is #42B996. Grayscale: #6D6D6D. Windows color (decimal): -4372887 or 6899389. OLE color: 6899389.

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

Color convert

RGB18970105-
CMYK00.630.440.26
HSL342.35º47.41%50.78%-
HSV(B)342.35º62.96%74.12%-
XYZ25.7316.2215.14-
YUV109.57125.42184.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=51.92%
G=19.23%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897010500.630.440.26342.3547.4150.78
HexBD466903F2C1A1562f33
Octal27510615107754325265763
Binary1011110110001101101001011111110110011010101010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4669; }

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

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

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

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

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

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

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

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