#B36276

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

Shades of Tapestry #B36276

Tints of Tapestry #B36276

Color information

#B36276 (or 0xB36276) is unknown color: approx Tapestry. HEX triplet: B3, 62 and 76. RGB value is (179,98,118). Sum of RGB (Red+Green+Blue) = 179+98+118=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B36276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36276 is #4C9D89. Grayscale: #7C7C7C. Windows color (decimal): -5021066 or 7758515. OLE color: 7758515.

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

Color convert

RGB17998118-
CMYK00.450.340.30
HSL345.19º34.76%54.31%-
HSV(B)345.19º45.25%70.2%-
XYZ26.2319.6319.55-
YUV124.5124.34166.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=45.32%
G=24.81%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799811800.450.340.30345.1934.7654.31
HexB3627602D221E1592336
Octal26314216605542365314366
Binary1011001111000101110110010110110001011110101011001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36276; }

 p { color: rgb(179,98,118); }

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

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

 a { background-color: rgb(179,98,118); }

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

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

 span { border-color: rgb(179,98,118); }

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