#B78291

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

Shades of Tapestry #B78291

Tints of Tapestry #B78291

Color information

#B78291 (or 0xB78291) is unknown color: approx Tapestry. HEX triplet: B7, 82 and 91. RGB value is (183,130,145). Sum of RGB (Red+Green+Blue) = 183+130+145=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B78291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78291 is #487D6E. Grayscale: #939393. Windows color (decimal): -4750703 or 9536183. OLE color: 9536183.

HSL color Cylindrical-coordinate representation of color #B78291: hue angle of 343.02º 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 #B78291 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB183130145-
CMYK00.290.210.28
HSL343.02º26.9%61.37%-
HSV(B)343.02º28.96%71.76%-
XYZ32.6228.0830.49-
YUV147.56126.56153.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 130 (51.17% from 255) = 28.38%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=39.96%
G=28.38%
B=31.66%

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
Decimal18313014500.290.210.28343.0226.961.37
HexB7829101D151C1571b3d
Octal26720222103525345273375
Binary101101111000001010010001011101101011110010101011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78291; }

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

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

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

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

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

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

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

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