#bc6073

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

Shades of Blush #BC6073

Tints of Blush #BC6073

Color information

#BC6073 (or 0xBC6073) is unknown color: approx Blush. HEX triplet: BC, 60 and 73. RGB value is (188,96,115). Sum of RGB (Red+Green+Blue) = 188+96+115=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6073 is #439F8C. Grayscale: #7D7D7D. Windows color (decimal): -4431757 or 7561404. OLE color: 7561404.

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

Color convert

RGB18896115-
CMYK00.490.390.26
HSL347.61º40.71%55.69%-
HSV(B)347.61º48.94%73.73%-
XYZ28.0220.2918.66-
YUV125.67121.98172.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=47.12%
G=24.06%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889611500.490.390.26347.6140.7155.69
HexBC6073031271A15c2938
Octal27414016306147325345170
Binary1011110011000001110011011000110011111010101011100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6073; }

 p { color: rgb(188,96,115); }

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

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

 a { background-color: rgb(188,96,115); }

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

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

 span { border-color: rgb(188,96,115); }

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