#BD656B

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

Shades of Blush #BD656B

Tints of Blush #BD656B

Color information

#BD656B (or 0xBD656B) is unknown color: approx Blush. HEX triplet: BD, 65 and 6B. RGB value is (189,101,107). Sum of RGB (Red+Green+Blue) = 189+101+107=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD656B is #429A94. Grayscale: #808080. Windows color (decimal): -4364949 or 7038397. OLE color: 7038397.

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

Color convert

RGB189101107-
CMYK00.470.430.26
HSL355.91º40%56.86%-
HSV(B)355.91º46.56%74.12%-
XYZ28.2921.1916.51-
YUV128116.15171.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=47.61%
G=25.44%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910110700.470.430.26355.914056.86
HexBD656B02F2B1A1642839
Octal27514515305753325445071
Binary1011110111001011101011010111110101111010101100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD656B; }

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

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

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

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

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

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

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

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