#B9668C

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

Shades of Tapestry #B9668C

Tints of Tapestry #B9668C

Color information

#B9668C (or 0xB9668C) is unknown color: approx Tapestry. HEX triplet: B9, 66 and 8C. RGB value is (185,102,140). Sum of RGB (Red+Green+Blue) = 185+102+140=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9668C is #469973. Grayscale: #838383. Windows color (decimal): -4626804 or 9201337. OLE color: 9201337.

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

Color convert

RGB185102140-
CMYK00.450.240.27
HSL332.53º37.22%56.27%-
HSV(B)332.53º44.86%72.55%-
XYZ29.4921.7127.45-
YUV131.15133166.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=43.33%
G=23.89%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510214000.450.240.27332.5337.2256.27
HexB9668C02D181B14d2538
Octal27114621405530335154570
Binary1011100111001101000110001011011100011011101001101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9668C; }

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

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

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

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

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

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

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

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