Html Css Color HEX #B97187 Tapestry

📋 copy color: '#B97187'

red 185 ◦ green 113 ◦ blue 135

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

Shades of Tapestry #B97187

Tints of Tapestry #B97187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 42.73%
G = 26.1%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B97187 (or 0xB97187) is known color: Tapestry. HEX triplet: B9, 71 and 87. RGB value is (185,113,135). Sum of RGB (Red+Green+Blue) = 185+113+135=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B97187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97187 is #468E78. Grayscale: #898989. Windows color (decimal): -4623993 or 8876473. OLE color: 8876473.

HSL color Cylindrical-coordinate representation of color #B97187: hue angle of 341.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B97187 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 135 -
CMYK 0 0.39 0.27 0.27
HSL 341.67º 0.34% 0.58% -
HSV(B) 341.67º 0.39% 0.73% -
XYZ 30.29 23.87 25.93 -
YUV 137.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 185 113 135 0 0.39 0.27 0.27 341.67 0.34 0.58
Hex B9 71 87 0 27 1B 1B 156 22 3A
Octal 271 161 207 0 47 33 33 526 42 72
Binary 10111001 1110001 10000111 0 100111 11011 11011 101010110 100010 111010

Color Harmonies of #B97187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97187

Black with #B97187

Text Example


Text Example

White with #B97187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97187; }

 p { color: rgb(185,113,135); }

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

background-color css

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

 a { background-color: rgb(185,113,135); }

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

border-color css

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

 span { border-color: rgb(185,113,135); }

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