#B7768B

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

Shades of Tapestry #B7768B

Tints of Tapestry #B7768B

Color information

#B7768B (or 0xB7768B) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 8B. RGB value is (183,118,139). Sum of RGB (Red+Green+Blue) = 183+118+139=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768B is #488974. Grayscale: #8B8B8B. Windows color (decimal): -4753781 or 9139895. OLE color: 9139895.

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

Color convert

RGB183118139-
CMYK00.360.240.28
HSL340.62º31.1%59.02%-
HSV(B)340.62º35.52%71.76%-
XYZ30.6724.8927.61-
YUV139.83127.53158.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=41.59%
G=26.82%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311813900.360.240.28340.6231.159.02
HexB7768B024181C1551f3b
Octal26716621304430345253773
Binary101101111110110100010110100100110001110010101010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7768B; }

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

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

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

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

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

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

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

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