#B3788F

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

Shades of Tapestry #B3788F

Tints of Tapestry #B3788F

Color information

#B3788F (or 0xB3788F) is unknown color: approx Tapestry. HEX triplet: B3, 78 and 8F. RGB value is (179,120,143). Sum of RGB (Red+Green+Blue) = 179+120+143=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3788F is #4C8770. Grayscale: #8C8C8C. Windows color (decimal): -5015409 or 9402547. OLE color: 9402547.

HSL color Cylindrical-coordinate representation of color #B3788F: hue angle of 336.61º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3788F is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB179120143-
CMYK00.330.200.30
HSL336.61º27.96%58.63%-
HSV(B)336.61º32.96%70.2%-
XYZ30.262529.22-
YUV140.26129.55155.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=40.50%
G=27.15%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912014300.330.200.30336.6127.9658.63
HexB3788F021141E1511c3b
Octal26317021704124365213473
Binary101100111111000100011110100001101001111010101000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3788F; }

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

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

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

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

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

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

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

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