#B78092

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

Shades of Tapestry #B78092

Tints of Tapestry #B78092

Color information

#B78092 (or 0xB78092) is unknown color: approx Tapestry. HEX triplet: B7, 80 and 92. RGB value is (183,128,146). Sum of RGB (Red+Green+Blue) = 183+128+146=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B78092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78092 is #487F6D. Grayscale: #929292. Windows color (decimal): -4751214 or 9601207. OLE color: 9601207.

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

Color convert

RGB183128146-
CMYK00.300.200.28
HSL340.36º27.64%60.98%-
HSV(B)340.36º30.05%71.76%-
XYZ32.4427.5830.81-
YUV146.5127.72154.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=40.04%
G=28.01%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312814600.300.200.28340.3627.6460.98
HexB7809201E141C1541c3d
Octal26720022203624345243475
Binary101101111000000010010010011110101001110010101010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78092; }

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

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

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

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

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

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

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

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