#BD656E

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

Shades of Blush #BD656E

Tints of Blush #BD656E

Color information

#BD656E (or 0xBD656E) is unknown color: approx Blush. HEX triplet: BD, 65 and 6E. RGB value is (189,101,110). Sum of RGB (Red+Green+Blue) = 189+101+110=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD656E is #429A91. Grayscale: #808080. Windows color (decimal): -4364946 or 7235005. OLE color: 7235005.

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

Color convert

RGB189101110-
CMYK00.470.420.26
HSL353.86º40%56.86%-
HSV(B)353.86º46.56%74.12%-
XYZ28.4521.2517.35-
YUV128.34117.65171.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=47.25%
G=25.25%
B=27.5%

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
Decimal18910111000.470.420.26353.864056.86
HexBD656E02F2A1A1622839
Octal27514515605752325425071
Binary1011110111001011101110010111110101011010101100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD656E; }

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

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

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

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

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

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

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

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