#B78290

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

Shades of Tapestry #B78290

Tints of Tapestry #B78290

Color information

#B78290 (or 0xB78290) is unknown color: approx Tapestry. HEX triplet: B7, 82 and 90. RGB value is (183,130,144). Sum of RGB (Red+Green+Blue) = 183+130+144=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B78290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78290 is #487D6F. Grayscale: #939393. Windows color (decimal): -4750704 or 9470647. OLE color: 9470647.

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

Color convert

RGB183130144-
CMYK00.290.210.28
HSL344.15º26.9%61.37%-
HSV(B)344.15º28.96%71.76%-
XYZ32.5528.0530.08-
YUV147.44126.06153.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=40.04%
G=28.45%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313014400.290.210.28344.1526.961.37
HexB7829001D151C1581b3d
Octal26720222003525345303375
Binary101101111000001010010000011101101011110010101100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78290; }

 p { color: rgb(183,130,144); }

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

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

 a { background-color: rgb(183,130,144); }

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

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

 span { border-color: rgb(183,130,144); }

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