#BC4D5D

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

Shades of Blush #BC4D5D

Tints of Blush #BC4D5D

Color information

#BC4D5D (or 0xBC4D5D) is unknown color: approx Blush. HEX triplet: BC, 4D and 5D. RGB value is (188,77,93). Sum of RGB (Red+Green+Blue) = 188+77+93=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D5D is #43B2A2. Grayscale: #707070. Windows color (decimal): -4436643 or 6114748. OLE color: 6114748.

HSL color Cylindrical-coordinate representation of color #BC4D5D: hue angle of 351.35º 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 #BC4D5D is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1887793-
CMYK00.590.510.26
HSL351.35º45.31%51.96%-
HSV(B)351.35º59.04%73.73%-
XYZ25.3716.7912.26-
YUV112.01117.27182.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=52.51%
G=21.51%
B=25.98%

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
Decimal188779300.590.510.26351.3545.3151.96
HexBC4D5D03B331A15f2d34
Octal27411513507363325375564
Binary1011110010011011011101011101111001111010101011111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D5D; }

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

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

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

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

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

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

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

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