#B96F78

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

Shades of Tapestry #B96F78

Tints of Tapestry #B96F78

Color information

#B96F78 (or 0xB96F78) is unknown color: approx Tapestry. HEX triplet: B9, 6F and 78. RGB value is (185,111,120). Sum of RGB (Red+Green+Blue) = 185+111+120=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F78 is #469087. Grayscale: #868686. Windows color (decimal): -4624520 or 7892921. OLE color: 7892921.

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

Color convert

RGB185111120-
CMYK00.40.350.27
HSL352.7º34.58%58.04%-
HSV(B)352.7º40%72.55%-
XYZ29.0823.0420.68-
YUV134.15120.02164.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=44.47%
G=26.68%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511112000.40.350.27352.734.5858.04
HexB96F78028231B161233a
Octal27115717005043335414372
Binary1011100111011111111000010100010001111011101100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F78; }

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

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

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

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

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

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

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

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