#BC506D

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

Shades of Blush #BC506D

Tints of Blush #BC506D

Color information

#BC506D (or 0xBC506D) is unknown color: approx Blush. HEX triplet: BC, 50 and 6D. RGB value is (188,80,109). Sum of RGB (Red+Green+Blue) = 188+80+109=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC506D is #43AF92. Grayscale: #737373. Windows color (decimal): -4435859 or 7164092. OLE color: 7164092.

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

Color convert

RGB18880109-
CMYK00.570.420.26
HSL343.89º44.63%52.55%-
HSV(B)343.89º57.45%73.73%-
XYZ26.3717.5316.46-
YUV115.6124.28179.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=49.87%
G=21.22%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888010900.570.420.26343.8944.6352.55
HexBC506D0392A1A1582d35
Octal27412015507152325305565
Binary1011110010100001101101011100110101011010101011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC506D; }

 p { color: rgb(188,80,109); }

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

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

 a { background-color: rgb(188,80,109); }

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

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

 span { border-color: rgb(188,80,109); }

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