#B38586

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

Shades of Tapestry #B38586

Tints of Tapestry #B38586

Color information

#B38586 (or 0xB38586) is unknown color: approx Tapestry. HEX triplet: B3, 85 and 86. RGB value is (179,133,134). Sum of RGB (Red+Green+Blue) = 179+133+134=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B38586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38586 is #4C7A79. Grayscale: #929292. Windows color (decimal): -5012090 or 8816051. OLE color: 8816051.

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

Color convert

RGB179133134-
CMYK00.260.250.30
HSL358.7º23.23%61.18%-
HSV(B)358.7º25.7%70.2%-
XYZ31.2828.0826.33-
YUV146.87120.74150.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 134 (52.73% from 255) = 30.04%
R=40.13%
G=29.82%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913313400.260.250.30358.723.2361.18
HexB3858601A191E167173d
Octal26320520603231365472775
Binary101100111000010110000110011010110011111010110011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38586; }

 p { color: rgb(179,133,134); }

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

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

 a { background-color: rgb(179,133,134); }

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

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

 span { border-color: rgb(179,133,134); }

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