#B96F83

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

Shades of Tapestry #B96F83

Tints of Tapestry #B96F83

Color information

#B96F83 (or 0xB96F83) is unknown color: approx Tapestry. HEX triplet: B9, 6F and 83. RGB value is (185,111,131). Sum of RGB (Red+Green+Blue) = 185+111+131=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F83 is #46907C. Grayscale: #878787. Windows color (decimal): -4624509 or 8613817. OLE color: 8613817.

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

Color convert

RGB185111131-
CMYK00.40.290.27
HSL343.78º34.58%58.04%-
HSV(B)343.78º40%72.55%-
XYZ29.7923.3224.4-
YUV135.41125.52163.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=43.33%
G=26.00%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511113100.40.290.27343.7834.5858.04
HexB96F830281D1B158233a
Octal27115720305035335304372
Binary1011100111011111000001101010001110111011101011000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F83; }

 p { color: rgb(185,111,131); }

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

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

 a { background-color: rgb(185,111,131); }

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

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

 span { border-color: rgb(185,111,131); }

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