#B0768D

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

Shades of Tapestry #B0768D

Tints of Tapestry #B0768D

Color information

#B0768D (or 0xB0768D) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 8D. RGB value is (176,118,141). Sum of RGB (Red+Green+Blue) = 176+118+141=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0768D is #4F8972. Grayscale: #898989. Windows color (decimal): -5212531 or 9270960. OLE color: 9270960.

HSL color Cylindrical-coordinate representation of color #B0768D: hue angle of 336.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0768D is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176118141-
CMYK00.330.200.31
HSL336.21º26.85%57.65%-
HSV(B)336.21º32.95%69.02%-
XYZ29.1924.1128.31-
YUV137.96129.72155.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=40.46%
G=27.13%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611814100.330.200.31336.2126.8557.65
HexB0768D021141F1501b3a
Octal26016621504124375203372
Binary101100001110110100011010100001101001111110101000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0768D; }

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

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

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

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

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

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

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

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