#BC6170

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

Shades of Blush #BC6170

Tints of Blush #BC6170

Color information

#BC6170 (or 0xBC6170) is unknown color: approx Blush. HEX triplet: BC, 61 and 70. RGB value is (188,97,112). Sum of RGB (Red+Green+Blue) = 188+97+112=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6170 is #439E8F. Grayscale: #7D7D7D. Windows color (decimal): -4431504 or 7365052. OLE color: 7365052.

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

Color convert

RGB18897112-
CMYK00.480.400.26
HSL350.11º40.44%55.88%-
HSV(B)350.11º48.4%73.73%-
XYZ27.9420.4117.8-
YUV125.92120.15172.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=47.36%
G=24.43%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889711200.480.400.26350.1140.4455.88
HexBC6170030281A15e2838
Octal27414116006050325365070
Binary1011110011000011110000011000010100011010101011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6170; }

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

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

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

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

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

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

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

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