Html Css Color HEX #B97991 Tapestry

📋 copy color: '#B97991'

red 185 ◦ green 121 ◦ blue 145

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

Shades of Tapestry #B97991

Tints of Tapestry #B97991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

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

R = 41.02%
G = 26.83%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B97991 (or 0xB97991) is known color: Tapestry. HEX triplet: B9, 79 and 91. RGB value is (185,121,145). Sum of RGB (Red+Green+Blue) = 185+121+145=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B97991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97991 is #46866E. Grayscale: #8E8E8E. Windows color (decimal): -4621935 or 9533881. OLE color: 9533881.

HSL color Cylindrical-coordinate representation of color #B97991: hue angle of 337.5º degrees, saturation: 0.31, 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 #B97991 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 121 145 -
CMYK 0 0.35 0.22 0.27
HSL 337.5º 0.31% 0.6% -
HSV(B) 337.5º 0.35% 0.73% -
XYZ 31.96 26.03 30.13 -
YUV 142.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 185 121 145 0 0.35 0.22 0.27 337.5 0.31 0.6
Hex B9 79 91 0 23 16 1B 152 1F 3C
Octal 271 171 221 0 43 26 33 522 37 74
Binary 10111001 1111001 10010001 0 100011 10110 11011 101010010 11111 111100

Color Harmonies of #B97991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97991

Black with #B97991

Text Example


Text Example

White with #B97991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97991; }

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

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

background-color css

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

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

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

border-color css

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

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

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