#BC6184

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

Shades of Tapestry #BC6184

Tints of Tapestry #BC6184

Color information

#BC6184 (or 0xBC6184) is unknown color: approx Tapestry. HEX triplet: BC, 61 and 84. RGB value is (188,97,132). Sum of RGB (Red+Green+Blue) = 188+97+132=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6184 is #439E7B. Grayscale: #808080. Windows color (decimal): -4431484 or 8675772. OLE color: 8675772.

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

Color convert

RGB18897132-
CMYK00.480.300.26
HSL336.92º40.44%55.88%-
HSV(B)336.92º48.4%73.73%-
XYZ29.1820.9124.33-
YUV128.2130.15170.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=45.08%
G=23.26%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889713200.480.300.26336.9240.4455.88
HexBC61840301E1A1512838
Octal27414120406036325215070
Binary1011110011000011000010001100001111011010101010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6184; }

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

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

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

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

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

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

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

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