Html Css Color HEX #B9778D Tapestry

📋 copy color: '#B9778D'

red 185 ◦ green 119 ◦ blue 141

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

Shades of Tapestry #B9778D

Tints of Tapestry #B9778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.74%

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 41.57%
G = 26.74%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9778D (or 0xB9778D) is known color: Tapestry. HEX triplet: B9, 77 and 8D. RGB value is (185,119,141). Sum of RGB (Red+Green+Blue) = 185+119+141=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9778D is #468872. Grayscale: #8D8D8D. Windows color (decimal): -4622451 or 9271225. OLE color: 9271225.

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

Color convert

RGB 185 119 141 -
CMYK 0 0.36 0.24 0.27
HSL 340º 0.32% 0.6% -
HSV(B) 340º 0.36% 0.73% -
XYZ 31.41 25.43 28.45 -
YUV 141.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 185 119 141 0 0.36 0.24 0.27 340 0.32 0.6
Hex B9 77 8D 0 24 18 1B 154 20 3C
Octal 271 167 215 0 44 30 33 524 40 74
Binary 10111001 1110111 10001101 0 100100 11000 11011 101010100 100000 111100

Color Harmonies of #B9778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9778D

Black with #B9778D

Text Example


Text Example

White with #B9778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9778D; }

 p { color: rgb(185,119,141); }

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

background-color css

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

 a { background-color: rgb(185,119,141); }

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

border-color css

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

 span { border-color: rgb(185,119,141); }

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