Html Css Color HEX #B96586 Tapestry

📋 copy color: '#B96586'

red 185 ◦ green 101 ◦ blue 134

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

Shades of Tapestry #B96586

Tints of Tapestry #B96586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.05%

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

R = 44.05%
G = 24.05%
B = 31.9%

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

#B96586 (or 0xB96586) is known color: Tapestry. HEX triplet: B9, 65 and 86. RGB value is (185,101,134). Sum of RGB (Red+Green+Blue) = 185+101+134=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B96586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96586 is #469A79. Grayscale: #818181. Windows color (decimal): -4627066 or 8807865. OLE color: 8807865.

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

Color convert

RGB 185 101 134 -
CMYK 0 0.45 0.28 0.27
HSL 336.43º 0.38% 0.56% -
HSV(B) 336.43º 0.45% 0.73% -
XYZ 28.96 21.34 25.15 -
YUV 129.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 185 101 134 0 0.45 0.28 0.27 336.43 0.38 0.56
Hex B9 65 86 0 2D 1C 1B 150 26 38
Octal 271 145 206 0 55 34 33 520 46 70
Binary 10111001 1100101 10000110 0 101101 11100 11011 101010000 100110 111000

Color Harmonies of #B96586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96586

Black with #B96586

Text Example


Text Example

White with #B96586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96586; }

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

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

background-color css

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

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

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

border-color css

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

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

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