#BC555E

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

Shades of Blush #BC555E

Tints of Blush #BC555E

Color information

#BC555E (or 0xBC555E) is unknown color: approx Blush. HEX triplet: BC, 55 and 5E. RGB value is (188,85,94). Sum of RGB (Red+Green+Blue) = 188+85+94=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC555E is #43AAA1. Grayscale: #747474. Windows color (decimal): -4434594 or 6182332. OLE color: 6182332.

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

Color convert

RGB1888594-
CMYK00.550.500.26
HSL354.76º43.46%53.53%-
HSV(B)354.76º54.79%73.73%-
XYZ26.011812.69-
YUV116.82115.12178.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=51.23%
G=23.16%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188859400.550.500.26354.7643.4653.53
HexBC555E037321A1632b36
Octal27412513606762325435366
Binary1011110010101011011110011011111001011010101100011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC555E; }

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

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

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

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

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

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

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

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