#BC4564

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

Shades of Blush #BC4564

Tints of Blush #BC4564

Color information

#BC4564 (or 0xBC4564) is unknown color: approx Blush. HEX triplet: BC, 45 and 64. RGB value is (188,69,100). Sum of RGB (Red+Green+Blue) = 188+69+100=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4564 is #43BA9B. Grayscale: #6C6C6C. Windows color (decimal): -4438684 or 6571452. OLE color: 6571452.

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

Color convert

RGB18869100-
CMYK00.630.470.26
HSL344.37º47.04%50.39%-
HSV(B)344.37º63.3%73.73%-
XYZ25.1715.8713.79-
YUV108.12123.42184.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=52.66%
G=19.33%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886910000.630.470.26344.3747.0450.39
HexBC456403F2F1A1582f32
Octal27410514407757325305762
Binary1011110010001011100100011111110111111010101011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4564; }

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

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

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

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

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

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

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

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