#B38289

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

Shades of Tapestry #B38289

Tints of Tapestry #B38289

Color information

#B38289 (or 0xB38289) is unknown color: approx Tapestry. HEX triplet: B3, 82 and 89. RGB value is (179,130,137). Sum of RGB (Red+Green+Blue) = 179+130+137=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B38289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38289 is #4C7D76. Grayscale: #919191. Windows color (decimal): -5012855 or 9011891. OLE color: 9011891.

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

Color convert

RGB179130137-
CMYK00.270.230.30
HSL351.43º24.38%60.59%-
HSV(B)351.43º27.37%70.2%-
XYZ31.0927.3627.31-
YUV145.45123.23151.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=40.13%
G=29.15%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913013700.270.230.30351.4324.3860.59
HexB3828901B171E15f183d
Octal26320221103327365373075
Binary101100111000001010001001011011101111111010101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38289; }

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

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

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

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

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

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

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

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