#BC6281

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

Shades of Tapestry #BC6281

Tints of Tapestry #BC6281

Color information

#BC6281 (or 0xBC6281) is unknown color: approx Tapestry. HEX triplet: BC, 62 and 81. RGB value is (188,98,129). Sum of RGB (Red+Green+Blue) = 188+98+129=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6281 is #439D7E. Grayscale: #808080. Windows color (decimal): -4431231 or 8479420. OLE color: 8479420.

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

Color convert

RGB18898129-
CMYK00.480.310.26
HSL339.33º40.18%56.08%-
HSV(B)339.33º47.87%73.73%-
XYZ29.0721.0123.29-
YUV128.44128.32170.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=45.30%
G=23.61%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889812900.480.310.26339.3340.1856.08
HexBC62810301F1A1532838
Octal27414220106037325235070
Binary1011110011000101000000101100001111111010101010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6281; }

 p { color: rgb(188,98,129); }

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

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

 a { background-color: rgb(188,98,129); }

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

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

 span { border-color: rgb(188,98,129); }

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