#BC6F84

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

Shades of Tapestry #BC6F84

Tints of Tapestry #BC6F84

Color information

#BC6F84 (or 0xBC6F84) is unknown color: approx Tapestry. HEX triplet: BC, 6F and 84. RGB value is (188,111,132). Sum of RGB (Red+Green+Blue) = 188+111+132=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F84 is #43907B. Grayscale: #888888. Windows color (decimal): -4427900 or 8679356. OLE color: 8679356.

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

Color convert

RGB188111132-
CMYK00.410.300.26
HSL343.64º36.49%58.63%-
HSV(B)343.64º40.96%73.73%-
XYZ30.5923.7324.8-
YUV136.42125.51164.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=43.62%
G=25.75%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811113200.410.300.26343.6436.4958.63
HexBC6F840291E1A158243b
Octal27415720405136325304473
Binary1011110011011111000010001010011111011010101011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F84; }

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

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

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

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

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

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

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

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