#B7768C

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

Shades of Tapestry #B7768C

Tints of Tapestry #B7768C

Color information

#B7768C (or 0xB7768C) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 8C. RGB value is (183,118,140). Sum of RGB (Red+Green+Blue) = 183+118+140=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768C is #488973. Grayscale: #8B8B8B. Windows color (decimal): -4753780 or 9205431. OLE color: 9205431.

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

Color convert

RGB183118140-
CMYK00.360.230.28
HSL339.69º31.1%59.02%-
HSV(B)339.69º35.52%71.76%-
XYZ30.7424.9228-
YUV139.94128.03158.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=41.50%
G=26.76%
B=31.75%

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
Decimal18311814000.360.230.28339.6931.159.02
HexB7768C024171C1541f3b
Octal26716621404427345243773
Binary101101111110110100011000100100101111110010101010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7768C; }

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

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

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

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

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

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

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

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