#B96188

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

Shades of Tapestry #B96188

Tints of Tapestry #B96188

Color information

#B96188 (or 0xB96188) is unknown color: approx Tapestry. HEX triplet: B9, 61 and 88. RGB value is (185,97,136). Sum of RGB (Red+Green+Blue) = 185+97+136=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96188 is #469E77. Grayscale: #7F7F7F. Windows color (decimal): -4628088 or 8937913. OLE color: 8937913.

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

Color convert

RGB18597136-
CMYK00.480.260.27
HSL333.41º38.6%55.29%-
HSV(B)333.41º47.57%72.55%-
XYZ28.7320.6425.76-
YUV127.76132.65168.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=44.26%
G=23.21%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859713600.480.260.27333.4138.655.29
HexB961880301A1B14d2737
Octal27114121006032335154767
Binary1011100111000011000100001100001101011011101001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96188; }

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

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

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

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

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

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

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

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