Html Css Color HEX #B9797D Tapestry

📋 copy color: '#B9797D'

red 185 ◦ green 121 ◦ blue 125

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

Shades of Tapestry #B9797D

Tints of Tapestry #B9797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 42.92%
G = 28.07%
B = 29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9797D (or 0xB9797D) is known color: Tapestry. HEX triplet: B9, 79 and 7D. RGB value is (185,121,125). Sum of RGB (Red+Green+Blue) = 185+121+125=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9797D is #468682. Grayscale: #8C8C8C. Windows color (decimal): -4621955 or 8223161. OLE color: 8223161.

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

Color convert

RGB 185 121 125 -
CMYK 0 0.35 0.32 0.27
HSL 356.25º 0.31% 0.6% -
HSV(B) 356.25º 0.35% 0.73% -
XYZ 30.55 25.47 22.71 -
YUV 140.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 185 121 125 0 0.35 0.32 0.27 356.25 0.31 0.6
Hex B9 79 7D 0 23 20 1B 164 1F 3C
Octal 271 171 175 0 43 40 33 544 37 74
Binary 10111001 1111001 1111101 0 100011 100000 11011 101100100 11111 111100

Color Harmonies of #B9797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9797D

Black with #B9797D

Text Example


Text Example

White with #B9797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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