#BC7078

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

Shades of Tapestry #BC7078

Tints of Tapestry #BC7078

Color information

#BC7078 (or 0xBC7078) is unknown color: approx Tapestry. HEX triplet: BC, 70 and 78. RGB value is (188,112,120). Sum of RGB (Red+Green+Blue) = 188+112+120=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7078 is #438F87. Grayscale: #878787. Windows color (decimal): -4427656 or 7893180. OLE color: 7893180.

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

Color convert

RGB188112120-
CMYK00.400.360.26
HSL353.68º36.19%58.82%-
HSV(B)353.68º40.43%73.73%-
XYZ29.9223.6420.75-
YUV135.64119.18165.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=44.76%
G=26.67%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811212000.400.360.26353.6836.1958.82
HexBC7078028241A162243b
Octal27416017005044325424473
Binary1011110011100001111000010100010010011010101100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7078; }

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

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

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

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

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

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

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

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