#BC5A6B

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

Shades of Blush #BC5A6B

Tints of Blush #BC5A6B

Color information

#BC5A6B (or 0xBC5A6B) is unknown color: approx Blush. HEX triplet: BC, 5A and 6B. RGB value is (188,90,107). Sum of RGB (Red+Green+Blue) = 188+90+107=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A6B is #43A594. Grayscale: #797979. Windows color (decimal): -4433301 or 7035580. OLE color: 7035580.

HSL color Cylindrical-coordinate representation of color #BC5A6B: hue angle of 349.59º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5A6B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18890107-
CMYK00.520.430.26
HSL349.59º42.24%54.51%-
HSV(B)349.59º52.13%73.73%-
XYZ27.0519.0716.16-
YUV121.24119.97175.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=48.83%
G=23.38%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889010700.520.430.26349.5942.2454.51
HexBC5A6B0342B1A15e2a37
Octal27413215306453325365267
Binary1011110010110101101011011010010101111010101011110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A6B; }

 p { color: rgb(188,90,107); }

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

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

 a { background-color: rgb(188,90,107); }

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

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

 span { border-color: rgb(188,90,107); }

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