#BC6568

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

Shades of Blush #BC6568

Tints of Blush #BC6568

Color information

#BC6568 (or 0xBC6568) is unknown color: approx Blush. HEX triplet: BC, 65 and 68. RGB value is (188,101,104). Sum of RGB (Red+Green+Blue) = 188+101+104=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6568 is #439A97. Grayscale: #7F7F7F. Windows color (decimal): -4430488 or 6841788. OLE color: 6841788.

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

Color convert

RGB188101104-
CMYK00.460.450.26
HSL357.93º39.37%56.67%-
HSV(B)357.93º46.28%73.73%-
XYZ27.892115.68-
YUV127.35114.82171.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=47.84%
G=25.70%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810110400.460.450.26357.9339.3756.67
HexBC656802E2D1A1662739
Octal27414515005655325464771
Binary1011110011001011101000010111010110111010101100110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6568; }

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

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

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

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

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

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

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

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