#B6678C

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

Shades of Tapestry #B6678C

Tints of Tapestry #B6678C

Color information

#B6678C (or 0xB6678C) is unknown color: approx Tapestry. HEX triplet: B6, 67 and 8C. RGB value is (182,103,140). Sum of RGB (Red+Green+Blue) = 182+103+140=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6678C is #499873. Grayscale: #828282. Windows color (decimal): -4823156 or 9201590. OLE color: 9201590.

HSL color Cylindrical-coordinate representation of color #B6678C: hue angle of 331.9º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6678C is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182103140-
CMYK00.430.230.29
HSL331.9º35.11%55.88%-
HSV(B)331.9º43.41%71.37%-
XYZ28.8821.5427.45-
YUV130.84133.17164.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=42.82%
G=24.24%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210314000.430.230.29331.935.1155.88
HexB6678C02B171D14c2338
Octal26614721405327355144370
Binary1011011011001111000110001010111011111101101001100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6678C; }

 p { color: rgb(182,103,140); }

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

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

 a { background-color: rgb(182,103,140); }

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

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

 span { border-color: rgb(182,103,140); }

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