#BC4B5C

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

Shades of Blush #BC4B5C

Tints of Blush #BC4B5C

Color information

#BC4B5C (or 0xBC4B5C) is unknown color: approx Blush. HEX triplet: BC, 4B and 5C. RGB value is (188,75,92). Sum of RGB (Red+Green+Blue) = 188+75+92=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4B5C is #43B4A3. Grayscale: #6E6E6E. Windows color (decimal): -4437156 or 6048700. OLE color: 6048700.

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

Color convert

RGB1887592-
CMYK00.600.510.26
HSL350.97º45.75%51.57%-
HSV(B)350.97º60.11%73.73%-
XYZ25.1916.511.98-
YUV110.72117.44183.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=52.96%
G=21.13%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188759200.600.510.26350.9745.7551.57
HexBC4B5C03C331A15f2e34
Octal27411313407463325375664
Binary1011110010010111011100011110011001111010101011111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B5C; }

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

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

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

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

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

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

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

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