#B0788D

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

Shades of Tapestry #B0788D

Tints of Tapestry #B0788D

Color information

#B0788D (or 0xB0788D) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 8D. RGB value is (176,120,141). Sum of RGB (Red+Green+Blue) = 176+120+141=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0788D is #4F8772. Grayscale: #8B8B8B. Windows color (decimal): -5212019 or 9271472. OLE color: 9271472.

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

Color convert

RGB176120141-
CMYK00.320.200.31
HSL337.5º26.17%58.04%-
HSV(B)337.5º31.82%69.02%-
XYZ29.4324.5928.39-
YUV139.14129.05154.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=40.27%
G=27.46%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612014100.320.200.31337.526.1758.04
HexB0788D020141F1521a3a
Octal26017021504024375223272
Binary101100001111000100011010100000101001111110101001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0788D; }

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

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

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

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

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

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

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

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