#B6688B

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

Shades of Tapestry #B6688B

Tints of Tapestry #B6688B

Color information

#B6688B (or 0xB6688B) is unknown color: approx Tapestry. HEX triplet: B6, 68 and 8B. RGB value is (182,104,139). Sum of RGB (Red+Green+Blue) = 182+104+139=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6688B is #499774. Grayscale: #838383. Windows color (decimal): -4822901 or 9136310. OLE color: 9136310.

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

Color convert

RGB182104139-
CMYK00.430.240.29
HSL333.08º34.82%56.08%-
HSV(B)333.08º42.86%71.37%-
XYZ28.921.7127.09-
YUV131.31132.34164.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=42.82%
G=24.47%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210413900.430.240.29333.0834.8256.08
HexB6688B02B181D14d2338
Octal26615021305330355154370
Binary1011011011010001000101101010111100011101101001101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6688B; }

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

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

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

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

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

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

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

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