#B0788A

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

Shades of Tapestry #B0788A

Tints of Tapestry #B0788A

Color information

#B0788A (or 0xB0788A) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 8A. RGB value is (176,120,138). Sum of RGB (Red+Green+Blue) = 176+120+138=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0788A is #4F8775. Grayscale: #8A8A8A. Windows color (decimal): -5212022 or 9074864. OLE color: 9074864.

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

Color convert

RGB176120138-
CMYK00.320.220.31
HSL340.71º26.17%58.04%-
HSV(B)340.71º31.82%69.02%-
XYZ29.2124.527.23-
YUV138.8127.55154.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=40.55%
G=27.65%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612013800.320.220.31340.7126.1758.04
HexB0788A020161F1551a3a
Octal26017021204026375253272
Binary101100001111000100010100100000101101111110101010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0788A; }

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

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

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

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

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

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

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

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