#B96781

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

Shades of Tapestry #B96781

Tints of Tapestry #B96781

Color information

#B96781 (or 0xB96781) is unknown color: approx Tapestry. HEX triplet: B9, 67 and 81. RGB value is (185,103,129). Sum of RGB (Red+Green+Blue) = 185+103+129=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96781 is #46987E. Grayscale: #828282. Windows color (decimal): -4626559 or 8480697. OLE color: 8480697.

HSL color Cylindrical-coordinate representation of color #B96781: hue angle of 340.98º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96781 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB185103129-
CMYK00.440.300.27
HSL340.98º36.94%56.47%-
HSV(B)340.98º44.32%72.55%-
XYZ28.8221.623.42-
YUV130.48127.17166.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=44.36%
G=24.70%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510312900.440.300.27340.9836.9456.47
HexB9678102C1E1B1552538
Octal27114720105436335254570
Binary1011100111001111000000101011001111011011101010101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96781; }

 p { color: rgb(185,103,129); }

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

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

 a { background-color: rgb(185,103,129); }

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

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

 span { border-color: rgb(185,103,129); }

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