#BC6472

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

Shades of Blush #BC6472

Tints of Blush #BC6472

Color information

#BC6472 (or 0xBC6472) is unknown color: approx Blush. HEX triplet: BC, 64 and 72. RGB value is (188,100,114). Sum of RGB (Red+Green+Blue) = 188+100+114=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6472 is #439B8D. Grayscale: #7F7F7F. Windows color (decimal): -4430734 or 7496892. OLE color: 7496892.

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

Color convert

RGB188100114-
CMYK00.470.390.26
HSL350.45º39.64%56.47%-
HSV(B)350.45º46.81%73.73%-
XYZ28.3321.0218.48-
YUV127.91120.15170.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=46.77%
G=24.88%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810011400.470.390.26350.4539.6456.47
HexBC647202F271A15e2838
Octal27414416205747325365070
Binary1011110011001001110010010111110011111010101011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6472; }

 p { color: rgb(188,100,114); }

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

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

 a { background-color: rgb(188,100,114); }

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

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

 span { border-color: rgb(188,100,114); }

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