#B78094

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

Shades of Tapestry #B78094

Tints of Tapestry #B78094

Color information

#B78094 (or 0xB78094) is unknown color: approx Tapestry. HEX triplet: B7, 80 and 94. RGB value is (183,128,148). Sum of RGB (Red+Green+Blue) = 183+128+148=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B78094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78094 is #487F6B. Grayscale: #929292. Windows color (decimal): -4751212 or 9732279. OLE color: 9732279.

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

Color convert

RGB183128148-
CMYK00.300.190.28
HSL338.18º27.64%60.98%-
HSV(B)338.18º30.05%71.76%-
XYZ32.5927.6431.63-
YUV146.73128.72153.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=39.87%
G=27.89%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312814800.300.190.28338.1827.6460.98
HexB7809401E131C1521c3d
Octal26720022403623345223475
Binary101101111000000010010100011110100111110010101001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78094; }

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

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

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

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

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

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

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

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