Html Css Color HEX #B9777C Tapestry

📋 copy color: '#B9777C'

red 185 ◦ green 119 ◦ blue 124

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

Shades of Tapestry #B9777C

Tints of Tapestry #B9777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 43.22%
G = 27.8%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9777C (or 0xB9777C) is known color: Tapestry. HEX triplet: B9, 77 and 7C. RGB value is (185,119,124). Sum of RGB (Red+Green+Blue) = 185+119+124=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9777C is #468883. Grayscale: #8B8B8B. Windows color (decimal): -4622468 or 8157113. OLE color: 8157113.

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

Color convert

RGB 185 119 124 -
CMYK 0 0.36 0.33 0.27
HSL 355.45º 0.32% 0.6% -
HSV(B) 355.45º 0.36% 0.73% -
XYZ 30.24 24.96 22.29 -
YUV 139.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 185 119 124 0 0.36 0.33 0.27 355.45 0.32 0.6
Hex B9 77 7C 0 24 21 1B 163 20 3C
Octal 271 167 174 0 44 41 33 543 40 74
Binary 10111001 1110111 1111100 0 100100 100001 11011 101100011 100000 111100

Color Harmonies of #B9777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9777C

Black with #B9777C

Text Example


Text Example

White with #B9777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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