#bc5364

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

Shades of Blush #BC5364

Tints of Blush #BC5364

Color information

#BC5364 (or 0xBC5364) is unknown color: approx Blush. HEX triplet: BC, 53 and 64. RGB value is (188,83,100). Sum of RGB (Red+Green+Blue) = 188+83+100=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5364 is #43AC9B. Grayscale: #747474. Windows color (decimal): -4435100 or 6575036. OLE color: 6575036.

HSL color Cylindrical-coordinate representation of color #BC5364: hue angle of 350.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5364 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18883100-
CMYK00.560.470.26
HSL350.29º43.93%53.14%-
HSV(B)350.29º55.85%73.73%-
XYZ26.1317.814.11-
YUV116.33118.79179.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=50.67%
G=22.37%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888310000.560.470.26350.2943.9353.14
HexBC53640382F1A15e2c35
Octal27412314407057325365465
Binary1011110010100111100100011100010111111010101011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5364; }

 p { color: rgb(188,83,100); }

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

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

 a { background-color: rgb(188,83,100); }

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

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

 span { border-color: rgb(188,83,100); }

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