#B7768F

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

Shades of Tapestry #B7768F

Tints of Tapestry #B7768F

Color information

#B7768F (or 0xB7768F) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 8F. RGB value is (183,118,143). Sum of RGB (Red+Green+Blue) = 183+118+143=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768F is #488970. Grayscale: #8C8C8C. Windows color (decimal): -4753777 or 9402039. OLE color: 9402039.

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

Color convert

RGB183118143-
CMYK00.360.220.28
HSL336.92º31.1%59.02%-
HSV(B)336.92º35.52%71.76%-
XYZ30.9625.0129.18-
YUV140.28129.53158.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=41.22%
G=26.58%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311814300.360.220.28336.9231.159.02
HexB7768F024161C1511f3b
Octal26716621704426345213773
Binary101101111110110100011110100100101101110010101000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7768F; }

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

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

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

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

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

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

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

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