#BC4D5C

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

Shades of Blush #BC4D5C

Tints of Blush #BC4D5C

Color information

#BC4D5C (or 0xBC4D5C) is unknown color: approx Blush. HEX triplet: BC, 4D and 5C. RGB value is (188,77,92). Sum of RGB (Red+Green+Blue) = 188+77+92=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D5C is #43B2A3. Grayscale: #6F6F6F. Windows color (decimal): -4436644 or 6049212. OLE color: 6049212.

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

Color convert

RGB1887792-
CMYK00.590.510.26
HSL351.89º45.31%51.96%-
HSV(B)351.89º59.04%73.73%-
XYZ25.3216.7712.03-
YUV111.9116.77182.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=52.66%
G=21.57%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188779200.590.510.26351.8945.3151.96
HexBC4D5C03B331A1602d34
Octal27411513407363325405564
Binary1011110010011011011100011101111001111010101100000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D5C; }

 p { color: rgb(188,77,92); }

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

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

 a { background-color: rgb(188,77,92); }

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

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

 span { border-color: rgb(188,77,92); }

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