#BD646E

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

Shades of Blush #BD646E

Tints of Blush #BD646E

Color information

#BD646E (or 0xBD646E) is unknown color: approx Blush. HEX triplet: BD, 64 and 6E. RGB value is (189,100,110). Sum of RGB (Red+Green+Blue) = 189+100+110=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD646E is #429B91. Grayscale: #7F7F7F. Windows color (decimal): -4365202 or 7234749. OLE color: 7234749.

HSL color Cylindrical-coordinate representation of color #BD646E: hue angle of 353.26º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD646E is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189100110-
CMYK00.470.420.26
HSL353.26º40.27%56.67%-
HSV(B)353.26º47.09%74.12%-
XYZ28.3621.0617.32-
YUV127.75117.99171.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=47.37%
G=25.06%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910011000.470.420.26353.2640.2756.67
HexBD646E02F2A1A1612839
Octal27514415605752325415071
Binary1011110111001001101110010111110101011010101100001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD646E; }

 p { color: rgb(189,100,110); }

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

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

 a { background-color: rgb(189,100,110); }

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

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

 span { border-color: rgb(189,100,110); }

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