#B3788C

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

Shades of Tapestry #B3788C

Tints of Tapestry #B3788C

Color information

#B3788C (or 0xB3788C) is unknown color: approx Tapestry. HEX triplet: B3, 78 and 8C. RGB value is (179,120,140). Sum of RGB (Red+Green+Blue) = 179+120+140=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3788C is #4C8773. Grayscale: #8B8B8B. Windows color (decimal): -5015412 or 9205939. OLE color: 9205939.

HSL color Cylindrical-coordinate representation of color #B3788C: hue angle of 339.66º 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 #B3788C is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179120140-
CMYK00.330.220.30
HSL339.66º27.96%58.63%-
HSV(B)339.66º32.96%70.2%-
XYZ30.0424.9128.04-
YUV139.92128.05155.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=40.77%
G=27.33%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912014000.330.220.30339.6627.9658.63
HexB3788C021161E1541c3b
Octal26317021404126365243473
Binary101100111111000100011000100001101101111010101010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3788C; }

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

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

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

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

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

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

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

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