#BC495B

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

Shades of Blush #BC495B

Tints of Blush #BC495B

Color information

#BC495B (or 0xBC495B) is unknown color: approx Blush. HEX triplet: BC, 49 and 5B. RGB value is (188,73,91). Sum of RGB (Red+Green+Blue) = 188+73+91=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC495B is #43B6A4. Grayscale: #6D6D6D. Windows color (decimal): -4437669 or 5982652. OLE color: 5982652.

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

Color convert

RGB1887391-
CMYK00.610.520.26
HSL350.61º46.18%51.18%-
HSV(B)350.61º61.17%73.73%-
XYZ25.0116.2111.71-
YUV109.44117.6184.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=53.41%
G=20.74%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188739100.610.520.26350.6146.1851.18
HexBC495B03D341A15f2e33
Octal27411113307564325375663
Binary1011110010010011011011011110111010011010101011111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC495B; }

 p { color: rgb(188,73,91); }

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

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

 a { background-color: rgb(188,73,91); }

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

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

 span { border-color: rgb(188,73,91); }

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