#BC5661

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

Shades of Blush #BC5661

Tints of Blush #BC5661

Color information

#BC5661 (or 0xBC5661) is unknown color: approx Blush. HEX triplet: BC, 56 and 61. RGB value is (188,86,97). Sum of RGB (Red+Green+Blue) = 188+86+97=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5661 is #43A99E. Grayscale: #757575. Windows color (decimal): -4434335 or 6379196. OLE color: 6379196.

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

Color convert

RGB1888697-
CMYK00.540.480.26
HSL353.53º43.22%53.73%-
HSV(B)353.53º54.26%73.73%-
XYZ26.2218.2113.44-
YUV117.75116.29178.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=50.67%
G=23.18%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188869700.540.480.26353.5343.2253.73
HexBC5661036301A1622b36
Octal27412614106660325425366
Binary1011110010101101100001011011011000011010101100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5661; }

 p { color: rgb(188,86,97); }

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

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

 a { background-color: rgb(188,86,97); }

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

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

 span { border-color: rgb(188,86,97); }

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