#B0768A

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

Shades of Tapestry #B0768A

Tints of Tapestry #B0768A

Color information

#B0768A (or 0xB0768A) is unknown color: approx Tapestry. HEX triplet: B0, 76 and 8A. RGB value is (176,118,138). Sum of RGB (Red+Green+Blue) = 176+118+138=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0768A is #4F8975. Grayscale: #898989. Windows color (decimal): -5212534 or 9074352. OLE color: 9074352.

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

Color convert

RGB176118138-
CMYK00.330.220.31
HSL339.31º26.85%57.65%-
HSV(B)339.31º32.95%69.02%-
XYZ28.9724.0227.15-
YUV137.62128.22155.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=40.74%
G=27.31%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611813800.330.220.31339.3126.8557.65
HexB0768A021161F1531b3a
Octal26016621204126375233372
Binary101100001110110100010100100001101101111110101001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0768A; }

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

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

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

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

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

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

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

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