#BC6066

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

Shades of Blush #BC6066

Tints of Blush #BC6066

Color information

#BC6066 (or 0xBC6066) is unknown color: approx Blush. HEX triplet: BC, 60 and 66. RGB value is (188,96,102). Sum of RGB (Red+Green+Blue) = 188+96+102=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6066 is #439F99. Grayscale: #7C7C7C. Windows color (decimal): -4431770 or 6709436. OLE color: 6709436.

HSL color Cylindrical-coordinate representation of color #BC6066: hue angle of 356.09º 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 #BC6066 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18896102-
CMYK00.490.460.26
HSL356.09º40.71%55.69%-
HSV(B)356.09º48.94%73.73%-
XYZ27.3220.0214.99-
YUV124.19115.48173.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=48.70%
G=24.87%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889610200.490.460.26356.0940.7155.69
HexBC60660312E1A1642938
Octal27414014606156325445170
Binary1011110011000001100110011000110111011010101100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6066; }

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

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

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

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

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

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

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

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