#B9707D

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

Shades of Tapestry #B9707D

Tints of Tapestry #B9707D

Color information

#B9707D (or 0xB9707D) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 7D. RGB value is (185,112,125). Sum of RGB (Red+Green+Blue) = 185+112+125=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9707D is #468F82. Grayscale: #878787. Windows color (decimal): -4624259 or 8220857. OLE color: 8220857.

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

Color convert

RGB185112125-
CMYK00.390.320.27
HSL349.32º34.27%58.24%-
HSV(B)349.32º39.46%72.55%-
XYZ29.523.3822.36-
YUV135.31122.18163.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=43.84%
G=26.54%
B=29.62%

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
Decimal18511212500.390.320.27349.3234.2758.24
HexB9707D027201B15d223a
Octal27116017504740335354272
Binary1011100111100001111101010011110000011011101011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9707D; }

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

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

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

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

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

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

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

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