#BC4C69

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

Shades of Blush #BC4C69

Tints of Blush #BC4C69

Color information

#BC4C69 (or 0xBC4C69) is unknown color: approx Blush. HEX triplet: BC, 4C and 69. RGB value is (188,76,105). Sum of RGB (Red+Green+Blue) = 188+76+105=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C69 is #43B396. Grayscale: #707070. Windows color (decimal): -4436887 or 6900924. OLE color: 6900924.

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

Color convert

RGB18876105-
CMYK00.600.440.26
HSL344.46º45.53%51.76%-
HSV(B)344.46º59.57%73.73%-
XYZ25.8716.8815.26-
YUV112.79123.61181.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=50.95%
G=20.60%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887610500.600.440.26344.4645.5351.76
HexBC4C6903C2C1A1582e34
Octal27411415107454325305664
Binary1011110010011001101001011110010110011010101011000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C69; }

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

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

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

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

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

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

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

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