#B9688C

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

Shades of Tapestry #B9688C

Tints of Tapestry #B9688C

Color information

#B9688C (or 0xB9688C) is unknown color: approx Tapestry. HEX triplet: B9, 68 and 8C. RGB value is (185,104,140). Sum of RGB (Red+Green+Blue) = 185+104+140=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9688C is #469773. Grayscale: #848484. Windows color (decimal): -4626292 or 9201849. OLE color: 9201849.

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

Color convert

RGB185104140-
CMYK00.440.240.27
HSL333.33º36.65%56.67%-
HSV(B)333.33º43.78%72.55%-
XYZ29.6922.1127.51-
YUV132.32132.34165.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=43.12%
G=24.24%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510414000.440.240.27333.3336.6556.67
HexB9688C02C181B14d2539
Octal27115021405430335154571
Binary1011100111010001000110001011001100011011101001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9688C; }

 p { color: rgb(185,104,140); }

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

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

 a { background-color: rgb(185,104,140); }

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

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

 span { border-color: rgb(185,104,140); }

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