#B7768D

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

Shades of Tapestry #B7768D

Tints of Tapestry #B7768D

Color information

#B7768D (or 0xB7768D) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 8D. RGB value is (183,118,141). Sum of RGB (Red+Green+Blue) = 183+118+141=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768D is #488972. Grayscale: #8C8C8C. Windows color (decimal): -4753779 or 9270967. OLE color: 9270967.

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

Color convert

RGB183118141-
CMYK00.360.230.28
HSL338.77º31.1%59.02%-
HSV(B)338.77º35.52%71.76%-
XYZ30.8124.9528.39-
YUV140.06128.53158.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=41.40%
G=26.70%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311814100.360.230.28338.7731.159.02
HexB7768D024171C1531f3b
Octal26716621504427345233773
Binary101101111110110100011010100100101111110010101001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7768D; }

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

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

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

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

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

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

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

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