#B36681

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

Shades of Tapestry #B36681

Tints of Tapestry #B36681

Color information

#B36681 (or 0xB36681) is unknown color: approx Tapestry. HEX triplet: B3, 66 and 81. RGB value is (179,102,129). Sum of RGB (Red+Green+Blue) = 179+102+129=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B36681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36681 is #4C997E. Grayscale: #808080. Windows color (decimal): -5020031 or 8480435. OLE color: 8480435.

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

Color convert

RGB179102129-
CMYK00.430.280.30
HSL338.96º33.62%55.1%-
HSV(B)338.96º43.02%70.2%-
XYZ27.320.6723.32-
YUV128.1128.51164.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=43.66%
G=24.88%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910212900.430.280.30338.9633.6255.1
HexB3668102B1C1E1532237
Octal26314620105334365234267
Binary1011001111001101000000101010111110011110101010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36681; }

 p { color: rgb(179,102,129); }

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

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

 a { background-color: rgb(179,102,129); }

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

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

 span { border-color: rgb(179,102,129); }

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