#B0788B

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

Shades of Tapestry #B0788B

Tints of Tapestry #B0788B

Color information

#B0788B (or 0xB0788B) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 8B. RGB value is (176,120,139). Sum of RGB (Red+Green+Blue) = 176+120+139=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0788B is #4F8774. Grayscale: #8A8A8A. Windows color (decimal): -5212021 or 9140400. OLE color: 9140400.

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

Color convert

RGB176120139-
CMYK00.320.210.31
HSL339.64º26.17%58.04%-
HSV(B)339.64º31.82%69.02%-
XYZ29.2824.5327.62-
YUV138.91128.05154.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=40.46%
G=27.59%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612013900.320.210.31339.6426.1758.04
HexB0788B020151F1541a3a
Octal26017021304025375243272
Binary101100001111000100010110100000101011111110101010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0788B; }

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

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

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

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

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

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

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

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