#BC4A64

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

Shades of Blush #BC4A64

Tints of Blush #BC4A64

Color information

#BC4A64 (or 0xBC4A64) is unknown color: approx Blush. HEX triplet: BC, 4A and 64. RGB value is (188,74,100). Sum of RGB (Red+Green+Blue) = 188+74+100=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A64 is #43B59B. Grayscale: #6F6F6F. Windows color (decimal): -4437404 or 6572732. OLE color: 6572732.

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

Color convert

RGB18874100-
CMYK00.610.470.26
HSL346.32º45.97%51.37%-
HSV(B)346.32º60.64%73.73%-
XYZ25.4916.5113.9-
YUV111.05121.77182.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=51.93%
G=20.44%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887410000.610.470.26346.3245.9751.37
HexBC4A6403D2F1A15a2e33
Octal27411214407557325325663
Binary1011110010010101100100011110110111111010101011010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A64; }

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

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

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

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

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

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

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

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