#B96A7F

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

Shades of Tapestry #B96A7F

Tints of Tapestry #B96A7F

Color information

#B96A7F (or 0xB96A7F) is unknown color: approx Tapestry. HEX triplet: B9, 6A and 7F. RGB value is (185,106,127). Sum of RGB (Red+Green+Blue) = 185+106+127=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A7F is #469580. Grayscale: #848484. Windows color (decimal): -4625793 or 8350393. OLE color: 8350393.

HSL color Cylindrical-coordinate representation of color #B96A7F: hue angle of 344.05º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96A7F is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB185106127-
CMYK00.430.310.27
HSL344.05º36.07%57.06%-
HSV(B)344.05º42.7%72.55%-
XYZ28.9922.1522.83-
YUV132.01125.17165.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 127 (50% from 255) = 30.38%
R=44.26%
G=25.36%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510612700.430.310.27344.0536.0757.06
HexB96A7F02B1F1B1582439
Octal27115217705337335304471
Binary101110011101010111111101010111111111011101011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A7F; }

 p { color: rgb(185,106,127); }

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

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

 a { background-color: rgb(185,106,127); }

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

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

 span { border-color: rgb(185,106,127); }

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