Html Css Color HEX #B97886 Tapestry

📋 copy color: '#B97886'

red 185 ◦ green 120 ◦ blue 134

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

Shades of Tapestry #B97886

Tints of Tapestry #B97886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.33%

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

R = 42.14%
G = 27.33%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B97886 (or 0xB97886) is known color: Tapestry. HEX triplet: B9, 78 and 86. RGB value is (185,120,134). Sum of RGB (Red+Green+Blue) = 185+120+134=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B97886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97886 is #468779. Grayscale: #8D8D8D. Windows color (decimal): -4622202 or 8812729. OLE color: 8812729.

HSL color Cylindrical-coordinate representation of color #B97886: hue angle of 347.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97886 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 120 134 -
CMYK 0 0.35 0.28 0.27
HSL 347.08º 0.32% 0.6% -
HSV(B) 347.08º 0.35% 0.73% -
XYZ 31.03 25.47 25.83 -
YUV 141.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 185 120 134 0 0.35 0.28 0.27 347.08 0.32 0.6
Hex B9 78 86 0 23 1C 1B 15B 20 3C
Octal 271 170 206 0 43 34 33 533 40 74
Binary 10111001 1111000 10000110 0 100011 11100 11011 101011011 100000 111100

Color Harmonies of #B97886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97886

Black with #B97886

Text Example


Text Example

White with #B97886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97886; }

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

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

background-color css

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

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

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

border-color css

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

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

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