#BC6388

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

Shades of Tapestry #BC6388

Tints of Tapestry #BC6388

Color information

#BC6388 (or 0xBC6388) is unknown color: approx Tapestry. HEX triplet: BC, 63 and 88. RGB value is (188,99,136). Sum of RGB (Red+Green+Blue) = 188+99+136=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6388 is #439C77. Grayscale: #818181. Windows color (decimal): -4430968 or 8938428. OLE color: 8938428.

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

Color convert

RGB18899136-
CMYK00.470.280.26
HSL335.06º39.91%56.27%-
HSV(B)335.06º47.34%73.73%-
XYZ29.6421.3925.86-
YUV129.83131.49169.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=44.44%
G=23.40%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889913600.470.280.26335.0639.9156.27
HexBC638802F1C1A14f2838
Octal27414321005734325175070
Binary1011110011000111000100001011111110011010101001111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6388; }

 p { color: rgb(188,99,136); }

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

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

 a { background-color: rgb(188,99,136); }

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

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

 span { border-color: rgb(188,99,136); }

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