#B9738D

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

Shades of Tapestry #B9738D

Tints of Tapestry #B9738D

Color information

#B9738D (or 0xB9738D) is unknown color: approx Tapestry. HEX triplet: B9, 73 and 8D. RGB value is (185,115,141). Sum of RGB (Red+Green+Blue) = 185+115+141=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9738D is #468C72. Grayscale: #8A8A8A. Windows color (decimal): -4623475 or 9270201. OLE color: 9270201.

HSL color Cylindrical-coordinate representation of color #B9738D: hue angle of 337.71º 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 #B9738D is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185115141-
CMYK00.380.240.27
HSL337.71º33.33%58.82%-
HSV(B)337.71º37.84%72.55%-
XYZ30.9524.528.3-
YUV138.89129.19160.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=41.95%
G=26.08%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511514100.380.240.27337.7133.3358.82
HexB9738D026181B152213b
Octal27116321504630335224173
Binary1011100111100111000110101001101100011011101010010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9738D; }

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

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

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

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

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

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

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

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