#B7767D

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

Shades of Tapestry #B7767D

Tints of Tapestry #B7767D

Color information

#B7767D (or 0xB7767D) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 7D. RGB value is (183,118,125). Sum of RGB (Red+Green+Blue) = 183+118+125=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7767D is #488982. Grayscale: #8A8A8A. Windows color (decimal): -4753795 or 8222391. OLE color: 8222391.

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

Color convert

RGB183118125-
CMYK00.360.320.28
HSL353.54º31.1%59.02%-
HSV(B)353.54º35.52%71.76%-
XYZ29.7124.522.57-
YUV138.23120.53159.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=42.96%
G=27.70%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311812500.360.320.28353.5431.159.02
HexB7767D024201C1621f3b
Octal26716617504440345423773
Binary101101111110110111110101001001000001110010110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7767D; }

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

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

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

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

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

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

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

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