#BC6F78

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

Shades of Tapestry #BC6F78

Tints of Tapestry #BC6F78

Color information

#BC6F78 (or 0xBC6F78) is unknown color: approx Tapestry. HEX triplet: BC, 6F and 78. RGB value is (188,111,120). Sum of RGB (Red+Green+Blue) = 188+111+120=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F78 is #439087. Grayscale: #878787. Windows color (decimal): -4427912 or 7892924. OLE color: 7892924.

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

Color convert

RGB188111120-
CMYK00.410.360.26
HSL352.99º36.49%58.63%-
HSV(B)352.99º40.96%73.73%-
XYZ29.8123.4220.72-
YUV135.05119.51165.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=44.87%
G=26.49%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811112000.410.360.26352.9936.4958.63
HexBC6F78029241A161243b
Octal27415717005144325414473
Binary1011110011011111111000010100110010011010101100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F78; }

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

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

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

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

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

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

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

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