Html Css Color HEX #B9778C Tapestry

📋 copy color: '#B9778C'

red 185 ◦ green 119 ◦ blue 140

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

Shades of Tapestry #B9778C

Tints of Tapestry #B9778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 41.67%
G = 26.8%
B = 31.53%

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

#B9778C (or 0xB9778C) is known color: Tapestry. HEX triplet: B9, 77 and 8C. RGB value is (185,119,140). Sum of RGB (Red+Green+Blue) = 185+119+140=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9778C is #468873. Grayscale: #8D8D8D. Windows color (decimal): -4622452 or 9205689. OLE color: 9205689.

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

Color convert

RGB 185 119 140 -
CMYK 0 0.36 0.24 0.27
HSL 340.91º 0.32% 0.6% -
HSV(B) 340.91º 0.36% 0.73% -
XYZ 31.34 25.4 28.06 -
YUV 141.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 185 119 140 0 0.36 0.24 0.27 340.91 0.32 0.6
Hex B9 77 8C 0 24 18 1B 155 20 3C
Octal 271 167 214 0 44 30 33 525 40 74
Binary 10111001 1110111 10001100 0 100100 11000 11011 101010101 100000 111100

Color Harmonies of #B9778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9778C

Black with #B9778C

Text Example


Text Example

White with #B9778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9778C; }

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

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

background-color css

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

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

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

border-color css

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

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

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