#BC555F

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

Shades of Blush #BC555F

Tints of Blush #BC555F

Color information

#BC555F (or 0xBC555F) is unknown color: approx Blush. HEX triplet: BC, 55 and 5F. RGB value is (188,85,95). Sum of RGB (Red+Green+Blue) = 188+85+95=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC555F is #43AAA0. Grayscale: #757575. Windows color (decimal): -4434593 or 6247868. OLE color: 6247868.

HSL color Cylindrical-coordinate representation of color #BC555F: hue angle of 354.17º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC555F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1888595-
CMYK00.550.490.26
HSL354.17º43.46%53.53%-
HSV(B)354.17º54.79%73.73%-
XYZ26.0518.0112.93-
YUV116.94115.62178.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=51.09%
G=23.10%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188859500.550.490.26354.1743.4653.53
HexBC555F037311A1622b36
Octal27412513706761325425366
Binary1011110010101011011111011011111000111010101100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC555F; }

 p { color: rgb(188,85,95); }

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

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

 a { background-color: rgb(188,85,95); }

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

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

 span { border-color: rgb(188,85,95); }

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