#BC5270

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

Shades of Blush #BC5270

Tints of Blush #BC5270

Color information

#BC5270 (or 0xBC5270) is unknown color: approx Blush. HEX triplet: BC, 52 and 70. RGB value is (188,82,112). Sum of RGB (Red+Green+Blue) = 188+82+112=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5270 is #43AD8F. Grayscale: #757575. Windows color (decimal): -4435344 or 7361212. OLE color: 7361212.

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

Color convert

RGB18882112-
CMYK00.560.400.26
HSL343.02º44.17%52.94%-
HSV(B)343.02º56.38%73.73%-
XYZ26.6817.917.38-
YUV117.11125.12178.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=49.21%
G=21.47%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888211200.560.400.26343.0244.1752.94
HexBC5270038281A1572c35
Octal27412216007050325275465
Binary1011110010100101110000011100010100011010101010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5270; }

 p { color: rgb(188,82,112); }

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

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

 a { background-color: rgb(188,82,112); }

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

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

 span { border-color: rgb(188,82,112); }

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