#B96788

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

Shades of Tapestry #B96788

Tints of Tapestry #B96788

Color information

#B96788 (or 0xB96788) is unknown color: approx Tapestry. HEX triplet: B9, 67 and 88. RGB value is (185,103,136). Sum of RGB (Red+Green+Blue) = 185+103+136=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B96788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96788 is #469877. Grayscale: #838383. Windows color (decimal): -4626552 or 8939449. OLE color: 8939449.

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

Color convert

RGB185103136-
CMYK00.440.260.27
HSL335.85º36.94%56.47%-
HSV(B)335.85º44.32%72.55%-
XYZ29.321.7925.95-
YUV131.28130.67166.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=43.63%
G=24.29%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510313600.440.260.27335.8536.9456.47
HexB9678802C1A1B1502538
Octal27114721005432335204570
Binary1011100111001111000100001011001101011011101010000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96788; }

 p { color: rgb(185,103,136); }

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

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

 a { background-color: rgb(185,103,136); }

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

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

 span { border-color: rgb(185,103,136); }

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