Html Css Color HEX #B97694 Tapestry

📋 copy color: '#B97694'

red 185 ◦ green 118 ◦ blue 148

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

Shades of Tapestry #B97694

Tints of Tapestry #B97694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 41.02%
G = 26.16%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B97694 (or 0xB97694) is known color: Tapestry. HEX triplet: B9, 76 and 94. RGB value is (185,118,148). Sum of RGB (Red+Green+Blue) = 185+118+148=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B97694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97694 is #46896B. Grayscale: #8D8D8D. Windows color (decimal): -4622700 or 9729721. OLE color: 9729721.

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

Color convert

RGB 185 118 148 -
CMYK 0 0.36 0.20 0.27
HSL 333.13º 0.32% 0.59% -
HSV(B) 333.13º 0.36% 0.73% -
XYZ 31.83 25.41 31.24 -
YUV 141.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 185 118 148 0 0.36 0.20 0.27 333.13 0.32 0.59
Hex B9 76 94 0 24 14 1B 14D 20 3B
Octal 271 166 224 0 44 24 33 515 40 73
Binary 10111001 1110110 10010100 0 100100 10100 11011 101001101 100000 111011

Color Harmonies of #B97694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97694

Black with #B97694

Text Example


Text Example

White with #B97694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97694; }

 p { color: rgb(185,118,148); }

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

background-color css

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

 a { background-color: rgb(185,118,148); }

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

border-color css

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

 span { border-color: rgb(185,118,148); }

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