Html Css Color HEX #B97391 Tapestry

📋 copy color: '#B97391'

red 185 ◦ green 115 ◦ blue 145

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

Shades of Tapestry #B97391

Tints of Tapestry #B97391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

 BLUE value IS 145 (57.03% from 255) = 32.58%

R = 41.57%
G = 25.84%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B97391 (or 0xB97391) is known color: Tapestry. HEX triplet: B9, 73 and 91. RGB value is (185,115,145). Sum of RGB (Red+Green+Blue) = 185+115+145=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B97391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97391 is #468C6E. Grayscale: #8B8B8B. Windows color (decimal): -4623471 or 9532345. OLE color: 9532345.

HSL color Cylindrical-coordinate representation of color #B97391: hue angle of 334.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97391 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 115 145 -
CMYK 0 0.38 0.22 0.27
HSL 334.29º 0.33% 0.59% -
HSV(B) 334.29º 0.38% 0.73% -
XYZ 31.25 24.62 29.89 -
YUV 139.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 185 115 145 0 0.38 0.22 0.27 334.29 0.33 0.59
Hex B9 73 91 0 26 16 1B 14E 21 3B
Octal 271 163 221 0 46 26 33 516 41 73
Binary 10111001 1110011 10010001 0 100110 10110 11011 101001110 100001 111011

Color Harmonies of #B97391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97391

Black with #B97391

Text Example


Text Example

White with #B97391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97391; }

 p { color: rgb(185,115,145); }

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

background-color css

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

 a { background-color: rgb(185,115,145); }

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

border-color css

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

 span { border-color: rgb(185,115,145); }

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