#B0788F

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

Shades of Tapestry #B0788F

Tints of Tapestry #B0788F

Color information

#B0788F (or 0xB0788F) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 8F. RGB value is (176,120,143). Sum of RGB (Red+Green+Blue) = 176+120+143=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0788F is #4F8770. Grayscale: #8B8B8B. Windows color (decimal): -5212017 or 9402544. OLE color: 9402544.

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

Color convert

RGB176120143-
CMYK00.320.190.31
HSL335.36º26.17%58.04%-
HSV(B)335.36º31.82%69.02%-
XYZ29.5824.6529.18-
YUV139.37130.05154.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=40.09%
G=27.33%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612014300.320.190.31335.3626.1758.04
HexB0788F020131F14f1a3a
Octal26017021704023375173272
Binary101100001111000100011110100000100111111110100111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0788F; }

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

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

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

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

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

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

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

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