#bc5a61

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

Shades of Blush #BC5A61

Tints of Blush #BC5A61

Color information

#BC5A61 (or 0xBC5A61) is unknown color: approx Blush. HEX triplet: BC, 5A and 61. RGB value is (188,90,97). Sum of RGB (Red+Green+Blue) = 188+90+97=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A61 is #43A59E. Grayscale: #787878. Windows color (decimal): -4433311 or 6380220. OLE color: 6380220.

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

Color convert

RGB1889097-
CMYK00.520.480.26
HSL355.71º42.24%54.51%-
HSV(B)355.71º52.13%73.73%-
XYZ26.5518.8713.55-
YUV120.1114.97176.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=50.13%
G=24%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188909700.520.480.26355.7142.2454.51
HexBC5A61034301A1642a37
Octal27413214106460325445267
Binary1011110010110101100001011010011000011010101100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5a61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5a61; }

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

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

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

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

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

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

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

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