#B38082

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

Shades of Tapestry #B38082

Tints of Tapestry #B38082

Color information

#B38082 (or 0xB38082) is unknown color: approx Tapestry. HEX triplet: B3, 80 and 82. RGB value is (179,128,130). Sum of RGB (Red+Green+Blue) = 179+128+130=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B38082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38082 is #4C7F7D. Grayscale: #8F8F8F. Windows color (decimal): -5013374 or 8552627. OLE color: 8552627.

HSL color Cylindrical-coordinate representation of color #B38082: hue angle of 357.65º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38082 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB179128130-
CMYK00.280.270.30
HSL357.65º25.12%60.2%-
HSV(B)357.65º28.49%70.2%-
XYZ30.3426.6324.66-
YUV143.48120.4153.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=40.96%
G=29.29%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912813000.280.270.30357.6525.1260.2
HexB3808201C1B1E166193c
Octal26320020203433365463174
Binary101100111000000010000010011100110111111010110011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38082; }

 p { color: rgb(179,128,130); }

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

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

 a { background-color: rgb(179,128,130); }

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

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

 span { border-color: rgb(179,128,130); }

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