Html Css Color HEX #B96686 Tapestry

📋 copy color: '#B96686'

red 185 ◦ green 102 ◦ blue 134

#B96686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #B96686

Tints of Tapestry #B96686

RGB

 RED value IS 185 (72.66% from 255) = 43.94%

 GREEN value IS 102 (40.23% from 255) = 24.23%

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 43.94%
G = 24.23%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B96686 (or 0xB96686) is known color: Tapestry. HEX triplet: B9, 66 and 86. RGB value is (185,102,134). Sum of RGB (Red+Green+Blue) = 185+102+134=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96686 is #469979. Grayscale: #828282. Windows color (decimal): -4626810 or 8808121. OLE color: 8808121.

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

Color convert

RGB 185 102 134 -
CMYK 0 0.45 0.28 0.27
HSL 336.87º 0.37% 0.56% -
HSV(B) 336.87º 0.45% 0.73% -
XYZ 29.06 21.54 25.18 -
YUV 130.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 185 102 134 0 0.45 0.28 0.27 336.87 0.37 0.56
Hex B9 66 86 0 2D 1C 1B 151 25 38
Octal 271 146 206 0 55 34 33 521 45 70
Binary 10111001 1100110 10000110 0 101101 11100 11011 101010001 100101 111000

Color Harmonies of #B96686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96686

Black with #B96686

Text Example


Text Example

White with #B96686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96686; }

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

 H1.HeaderClassName
 {
   color: #B96686;
 }
 .AnyTagClassName
 {
   color: #B96686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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