#B0787F

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

Shades of Tapestry #B0787F

Tints of Tapestry #B0787F

Color information

#B0787F (or 0xB0787F) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 7F. RGB value is (176,120,127). Sum of RGB (Red+Green+Blue) = 176+120+127=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0787F is #4F8780. Grayscale: #898989. Windows color (decimal): -5212033 or 8353968. OLE color: 8353968.

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

Color convert

RGB176120127-
CMYK00.320.280.31
HSL352.5º26.17%58.04%-
HSV(B)352.5º31.82%69.02%-
XYZ28.4524.223.25-
YUV137.54122.05155.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 127 (50% from 255) = 30.02%
R=41.61%
G=28.37%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612012700.320.280.31352.526.1758.04
HexB0787F0201C1F1601a3a
Octal26017017704034375403272
Binary10110000111100011111110100000111001111110110000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0787F; }

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

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

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

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

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

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

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

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