Html Css Color HEX #B97E90 Tapestry

📋 copy color: '#B97E90'

red 185 ◦ green 126 ◦ blue 144

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

Shades of Tapestry #B97E90

Tints of Tapestry #B97E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.69%

 BLUE value IS 144 (56.64% from 255) = 31.65%

R = 40.66%
G = 27.69%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B97E90 (or 0xB97E90) is known color: Tapestry. HEX triplet: B9, 7E and 90. RGB value is (185,126,144). Sum of RGB (Red+Green+Blue) = 185+126+144=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E90 is #46816F. Grayscale: #919191. Windows color (decimal): -4620656 or 9469625. OLE color: 9469625.

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

Color convert

RGB 185 126 144 -
CMYK 0 0.32 0.22 0.27
HSL 341.69º 0.3% 0.61% -
HSV(B) 341.69º 0.32% 0.73% -
XYZ 32.5 27.25 29.93 -
YUV 145.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 185 126 144 0 0.32 0.22 0.27 341.69 0.3 0.61
Hex B9 7E 90 0 20 16 1B 156 1E 3D
Octal 271 176 220 0 40 26 33 526 36 75
Binary 10111001 1111110 10010000 0 100000 10110 11011 101010110 11110 111101

Color Harmonies of #B97E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E90

Black with #B97E90

Text Example


Text Example

White with #B97E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E90; }

 p { color: rgb(185,126,144); }

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

background-color css

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

 a { background-color: rgb(185,126,144); }

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

border-color css

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

 span { border-color: rgb(185,126,144); }

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