Html Css Color HEX #B97980 Tapestry

📋 copy color: '#B97980'

red 185 ◦ green 121 ◦ blue 128

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

Shades of Tapestry #B97980

Tints of Tapestry #B97980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 42.63%
G = 27.88%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B97980 (or 0xB97980) is known color: Tapestry. HEX triplet: B9, 79 and 80. RGB value is (185,121,128). Sum of RGB (Red+Green+Blue) = 185+121+128=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B97980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97980 is #46867F. Grayscale: #8C8C8C. Windows color (decimal): -4621952 or 8419769. OLE color: 8419769.

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

Color convert

RGB 185 121 128 -
CMYK 0 0.35 0.31 0.27
HSL 353.44º 0.31% 0.6% -
HSV(B) 353.44º 0.35% 0.73% -
XYZ 30.74 25.55 23.73 -
YUV 140.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 185 121 128 0 0.35 0.31 0.27 353.44 0.31 0.6
Hex B9 79 80 0 23 1F 1B 161 1F 3C
Octal 271 171 200 0 43 37 33 541 37 74
Binary 10111001 1111001 10000000 0 100011 11111 11011 101100001 11111 111100

Color Harmonies of #B97980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97980

Black with #B97980

Text Example


Text Example

White with #B97980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97980; }

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

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

background-color css

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

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

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

border-color css

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

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

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