#B78087

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

Shades of Tapestry #B78087

Tints of Tapestry #B78087

Color information

#B78087 (or 0xB78087) is unknown color: approx Tapestry. HEX triplet: B7, 80 and 87. RGB value is (183,128,135). Sum of RGB (Red+Green+Blue) = 183+128+135=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78087 is #487F78. Grayscale: #919191. Windows color (decimal): -4751225 or 8880311. OLE color: 8880311.

HSL color Cylindrical-coordinate representation of color #B78087: hue angle of 352.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78087 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB183128135-
CMYK00.300.260.28
HSL352.36º27.64%60.98%-
HSV(B)352.36º30.05%71.76%-
XYZ31.6227.2526.52-
YUV145.24122.22154.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=41.03%
G=28.70%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312813500.300.260.28352.3627.6460.98
HexB7808701E1A1C1601c3d
Octal26720020703632345403475
Binary101101111000000010000111011110110101110010110000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78087; }

 p { color: rgb(183,128,135); }

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

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

 a { background-color: rgb(183,128,135); }

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

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

 span { border-color: rgb(183,128,135); }

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