#bc656e

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

Shades of Blush #BC656E

Tints of Blush #BC656E

Color information

#BC656E (or 0xBC656E) is unknown color: approx Blush. HEX triplet: BC, 65 and 6E. RGB value is (188,101,110). Sum of RGB (Red+Green+Blue) = 188+101+110=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC656E is #439A91. Grayscale: #808080. Windows color (decimal): -4430482 or 7235004. OLE color: 7235004.

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

Color convert

RGB188101110-
CMYK00.460.410.26
HSL353.79º39.37%56.67%-
HSV(B)353.79º46.28%73.73%-
XYZ28.2121.1217.34-
YUV128.04117.82170.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=47.12%
G=25.31%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810111000.460.410.26353.7939.3756.67
HexBC656E02E291A1622739
Octal27414515605651325424771
Binary1011110011001011101110010111010100111010101100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc656e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc656e; }

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

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

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

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

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

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

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

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