#BC486A

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

Shades of Blush #BC486A

Tints of Blush #BC486A

Color information

#BC486A (or 0xBC486A) is unknown color: approx Blush. HEX triplet: BC, 48 and 6A. RGB value is (188,72,106). Sum of RGB (Red+Green+Blue) = 188+72+106=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC486A is #43B795. Grayscale: #6E6E6E. Windows color (decimal): -4437910 or 6965436. OLE color: 6965436.

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

Color convert

RGB18872106-
CMYK00.620.440.26
HSL342.41º46.4%50.98%-
HSV(B)342.41º61.7%73.73%-
XYZ25.6616.3715.44-
YUV110.56125.43183.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=51.37%
G=19.67%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887210600.620.440.26342.4146.450.98
HexBC486A03E2C1A1562e33
Octal27411015207654325265663
Binary1011110010010001101010011111010110011010101010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC486A; }

 p { color: rgb(188,72,106); }

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

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

 a { background-color: rgb(188,72,106); }

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

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

 span { border-color: rgb(188,72,106); }

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