#BD4566

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

Shades of Blush #BD4566

Tints of Blush #BD4566

Color information

#BD4566 (or 0xBD4566) is unknown color: approx Blush. HEX triplet: BD, 45 and 66. RGB value is (189,69,102). Sum of RGB (Red+Green+Blue) = 189+69+102=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4566 is #42BA99. Grayscale: #6C6C6C. Windows color (decimal): -4373146 or 6702525. OLE color: 6702525.

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

Color convert

RGB18969102-
CMYK00.630.460.26
HSL343.5º47.62%50.59%-
HSV(B)343.5º63.49%74.12%-
XYZ25.5116.0314.32-
YUV108.64124.26185.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=52.5%
G=19.17%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896910200.630.460.26343.547.6250.59
HexBD456603F2E1A1583033
Octal27510514607756325306063
Binary1011110110001011100110011111110111011010101011000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4566; }

 p { color: rgb(189,69,102); }

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

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

 a { background-color: rgb(189,69,102); }

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

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

 span { border-color: rgb(189,69,102); }

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