#B6767D

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

Shades of Tapestry #B6767D

Tints of Tapestry #B6767D

Color information

#B6767D (or 0xB6767D) is unknown color: approx Tapestry. HEX triplet: B6, 76 and 7D. RGB value is (182,118,125). Sum of RGB (Red+Green+Blue) = 182+118+125=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6767D is #498982. Grayscale: #898989. Windows color (decimal): -4819331 or 8222390. OLE color: 8222390.

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

Color convert

RGB182118125-
CMYK00.350.310.29
HSL353.44º30.48%58.82%-
HSV(B)353.44º35.16%71.37%-
XYZ29.4724.3822.56-
YUV137.93120.7159.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=42.82%
G=27.76%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211812500.350.310.29353.4430.4858.82
HexB6767D0231F1D1611e3b
Octal26616617504337355413673
Binary10110110111011011111010100011111111110110110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6767D; }

 p { color: rgb(182,118,125); }

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

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

 a { background-color: rgb(182,118,125); }

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

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

 span { border-color: rgb(182,118,125); }

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