#B9708A

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

Shades of Tapestry #B9708A

Tints of Tapestry #B9708A

Color information

#B9708A (or 0xB9708A) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 8A. RGB value is (185,112,138). Sum of RGB (Red+Green+Blue) = 185+112+138=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9708A is #468F75. Grayscale: #888888. Windows color (decimal): -4624246 or 9072825. OLE color: 9072825.

HSL color Cylindrical-coordinate representation of color #B9708A: hue angle of 338.63º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9708A is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB185112138-
CMYK00.390.250.27
HSL338.63º34.27%58.24%-
HSV(B)338.63º39.46%72.55%-
XYZ30.3923.7427.02-
YUV136.79128.68162.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=42.53%
G=25.75%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511213800.390.250.27338.6334.2758.24
HexB9708A027191B153223a
Octal27116021204731335234272
Binary1011100111100001000101001001111100111011101010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9708A; }

 p { color: rgb(185,112,138); }

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

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

 a { background-color: rgb(185,112,138); }

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

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

 span { border-color: rgb(185,112,138); }

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