#BC6182

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

Shades of Tapestry #BC6182

Tints of Tapestry #BC6182

Color information

#BC6182 (or 0xBC6182) is unknown color: approx Tapestry. HEX triplet: BC, 61 and 82. RGB value is (188,97,130). Sum of RGB (Red+Green+Blue) = 188+97+130=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6182 is #439E7D. Grayscale: #7F7F7F. Windows color (decimal): -4431486 or 8544700. OLE color: 8544700.

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

Color convert

RGB18897130-
CMYK00.480.310.26
HSL338.24º40.44%55.88%-
HSV(B)338.24º48.4%73.73%-
XYZ29.0420.8523.61-
YUV127.97129.15170.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=45.30%
G=23.37%
B=31.33%

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
Decimal1889713000.480.310.26338.2440.4455.88
HexBC61820301F1A1522838
Octal27414120206037325225070
Binary1011110011000011000001001100001111111010101010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6182; }

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

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

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

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

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

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

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

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