#B9707E

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

Shades of Tapestry #B9707E

Tints of Tapestry #B9707E

Color information

#B9707E (or 0xB9707E) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 7E. RGB value is (185,112,126). Sum of RGB (Red+Green+Blue) = 185+112+126=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9707E is #468F81. Grayscale: #878787. Windows color (decimal): -4624258 or 8286393. OLE color: 8286393.

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

Color convert

RGB185112126-
CMYK00.390.320.27
HSL348.49º34.27%58.24%-
HSV(B)348.49º39.46%72.55%-
XYZ29.5723.4122.7-
YUV135.42122.68163.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=43.74%
G=26.48%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511212600.390.320.27348.4934.2758.24
HexB9707E027201B15c223a
Octal27116017604740335344272
Binary1011100111100001111110010011110000011011101011100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9707E; }

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

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

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

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

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

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

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

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