#BC6383

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

Shades of Tapestry #BC6383

Tints of Tapestry #BC6383

Color information

#BC6383 (or 0xBC6383) is unknown color: approx Tapestry. HEX triplet: BC, 63 and 83. RGB value is (188,99,131). Sum of RGB (Red+Green+Blue) = 188+99+131=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6383 is #439C7C. Grayscale: #818181. Windows color (decimal): -4430973 or 8610748. OLE color: 8610748.

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

Color convert

RGB18899131-
CMYK00.470.300.26
HSL338.43º39.91%56.27%-
HSV(B)338.43º47.34%73.73%-
XYZ29.321.2524.03-
YUV129.26128.99169.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=44.98%
G=23.68%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889913100.470.300.26338.4339.9156.27
HexBC638302F1E1A1522838
Octal27414320305736325225070
Binary1011110011000111000001101011111111011010101010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6383; }

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

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

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

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

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

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

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

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