#BC5A69

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

Shades of Blush #BC5A69

Tints of Blush #BC5A69

Color information

#BC5A69 (or 0xBC5A69) is unknown color: approx Blush. HEX triplet: BC, 5A and 69. RGB value is (188,90,105). Sum of RGB (Red+Green+Blue) = 188+90+105=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A69 is #43A596. Grayscale: #797979. Windows color (decimal): -4433303 or 6904508. OLE color: 6904508.

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

Color convert

RGB18890105-
CMYK00.520.440.26
HSL350.82º42.24%54.51%-
HSV(B)350.82º52.13%73.73%-
XYZ26.9519.0215.62-
YUV121.01118.97175.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=49.09%
G=23.50%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889010500.520.440.26350.8242.2454.51
HexBC5A690342C1A15f2a37
Octal27413215106454325375267
Binary1011110010110101101001011010010110011010101011111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A69; }

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

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

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

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

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

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

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

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