#B6687A

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

Shades of Tapestry #B6687A

Tints of Tapestry #B6687A

Color information

#B6687A (or 0xB6687A) is unknown color: approx Tapestry. HEX triplet: B6, 68 and 7A. RGB value is (182,104,122). Sum of RGB (Red+Green+Blue) = 182+104+122=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6687A is #499785. Grayscale: #818181. Windows color (decimal): -4822918 or 8022198. OLE color: 8022198.

HSL color Cylindrical-coordinate representation of color #B6687A: hue angle of 346.15º 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 #B6687A is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB182104122-
CMYK00.430.330.29
HSL346.15º34.82%56.08%-
HSV(B)346.15º42.86%71.37%-
XYZ27.7521.2521.05-
YUV129.37123.84165.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=44.61%
G=25.49%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210412200.430.330.29346.1534.8256.08
HexB6687A02B211D15a2338
Octal26615017205341355324370
Binary1011011011010001111010010101110000111101101011010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6687A; }

 p { color: rgb(182,104,122); }

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

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

 a { background-color: rgb(182,104,122); }

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

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

 span { border-color: rgb(182,104,122); }

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