#BC4865

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

Shades of Blush #BC4865

Tints of Blush #BC4865

Color information

#BC4865 (or 0xBC4865) is unknown color: approx Blush. HEX triplet: BC, 48 and 65. RGB value is (188,72,101). Sum of RGB (Red+Green+Blue) = 188+72+101=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4865 is #43B79A. Grayscale: #6D6D6D. Windows color (decimal): -4437915 or 6637756. OLE color: 6637756.

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

Color convert

RGB18872101-
CMYK00.620.460.26
HSL345º46.4%50.98%-
HSV(B)345º61.7%73.73%-
XYZ25.4116.2714.11-
YUV109.99122.93183.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=52.08%
G=19.94%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887210100.620.460.2634546.450.98
HexBC486503E2E1A1592e33
Octal27411014507656325315663
Binary1011110010010001100101011111010111011010101011001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4865; }

 p { color: rgb(188,72,101); }

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

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

 a { background-color: rgb(188,72,101); }

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

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

 span { border-color: rgb(188,72,101); }

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