#BC6278

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

Shades of Tapestry #BC6278

Tints of Tapestry #BC6278

Color information

#BC6278 (or 0xBC6278) is unknown color: approx Tapestry. HEX triplet: BC, 62 and 78. RGB value is (188,98,120). Sum of RGB (Red+Green+Blue) = 188+98+120=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6278 is #439D87. Grayscale: #7F7F7F. Windows color (decimal): -4431240 or 7889596. OLE color: 7889596.

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

Color convert

RGB18898120-
CMYK00.480.360.26
HSL345.33º40.18%56.08%-
HSV(B)345.33º47.87%73.73%-
XYZ28.520.7820.28-
YUV127.42123.82171.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=46.31%
G=24.14%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889812000.480.360.26345.3340.1856.08
HexBC6278030241A1592838
Octal27414217006044325315070
Binary1011110011000101111000011000010010011010101011001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6278; }

 p { color: rgb(188,98,120); }

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

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

 a { background-color: rgb(188,98,120); }

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

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

 span { border-color: rgb(188,98,120); }

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