#B97381

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

Shades of Tapestry #B97381

Tints of Tapestry #B97381

Color information

#B97381 (or 0xB97381) is unknown color: approx Tapestry. HEX triplet: B9, 73 and 81. RGB value is (185,115,129). Sum of RGB (Red+Green+Blue) = 185+115+129=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B97381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97381 is #468C7E. Grayscale: #898989. Windows color (decimal): -4623487 or 8483769. OLE color: 8483769.

HSL color Cylindrical-coordinate representation of color #B97381: hue angle of 348º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97381 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB185115129-
CMYK00.380.300.27
HSL348º33.33%58.82%-
HSV(B)348º37.84%72.55%-
XYZ30.124.1623.85-
YUV137.53123.19161.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=43.12%
G=26.81%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511512900.380.300.2734833.3358.82
HexB973810261E1B15c213b
Octal27116320104636335344173
Binary1011100111100111000000101001101111011011101011100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97381; }

 p { color: rgb(185,115,129); }

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

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

 a { background-color: rgb(185,115,129); }

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

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

 span { border-color: rgb(185,115,129); }

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