#B7768A

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

Shades of Tapestry #B7768A

Tints of Tapestry #B7768A

Color information

#B7768A (or 0xB7768A) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 8A. RGB value is (183,118,138). Sum of RGB (Red+Green+Blue) = 183+118+138=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768A is #488975. Grayscale: #8B8B8B. Windows color (decimal): -4753782 or 9074359. OLE color: 9074359.

HSL color Cylindrical-coordinate representation of color #B7768A: hue angle of 341.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7768A is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183118138-
CMYK00.360.250.28
HSL341.54º31.1%59.02%-
HSV(B)341.54º35.52%71.76%-
XYZ30.5924.8627.23-
YUV139.72127.03158.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=41.69%
G=26.88%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311813800.360.250.28341.5431.159.02
HexB7768A024191C1561f3b
Octal26716621204431345263773
Binary101101111110110100010100100100110011110010101011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7768A; }

 p { color: rgb(183,118,138); }

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

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

 a { background-color: rgb(183,118,138); }

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

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

 span { border-color: rgb(183,118,138); }

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