#B9668A

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

Shades of Tapestry #B9668A

Tints of Tapestry #B9668A

Color information

#B9668A (or 0xB9668A) is unknown color: approx Tapestry. HEX triplet: B9, 66 and 8A. RGB value is (185,102,138). Sum of RGB (Red+Green+Blue) = 185+102+138=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9668A is #469975. Grayscale: #828282. Windows color (decimal): -4626806 or 9070265. OLE color: 9070265.

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

Color convert

RGB185102138-
CMYK00.450.250.27
HSL333.98º37.22%56.27%-
HSV(B)333.98º44.86%72.55%-
XYZ29.3521.6526.68-
YUV130.92132166.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=43.53%
G=24%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510213800.450.250.27333.9837.2256.27
HexB9668A02D191B14e2538
Octal27114621205531335164570
Binary1011100111001101000101001011011100111011101001110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9668A; }

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

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

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

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

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

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

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

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