#BD546C

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

Shades of Blush #BD546C

Tints of Blush #BD546C

Color information

#BD546C (or 0xBD546C) is unknown color: approx Blush. HEX triplet: BD, 54 and 6C. RGB value is (189,84,108). Sum of RGB (Red+Green+Blue) = 189+84+108=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD546C is #42AB93. Grayscale: #767676. Windows color (decimal): -4369300 or 7099581. OLE color: 7099581.

HSL color Cylindrical-coordinate representation of color #BD546C: hue angle of 346.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD546C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18984108-
CMYK00.560.430.26
HSL346.29º44.3%53.53%-
HSV(B)346.29º55.56%74.12%-
XYZ26.8618.2416.29-
YUV118.13122.29178.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=49.61%
G=22.05%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898410800.560.430.26346.2944.353.53
HexBD546C0382B1A15a2c36
Octal27512415407053325325466
Binary1011110110101001101100011100010101111010101011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD546C; }

 p { color: rgb(189,84,108); }

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

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

 a { background-color: rgb(189,84,108); }

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

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

 span { border-color: rgb(189,84,108); }

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