Html Css Color HEX #B16179 Tapestry

📋 copy color: '#B16179'

red 177 ◦ green 97 ◦ blue 121

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

Shades of Tapestry #B16179

Tints of Tapestry #B16179

RGB

 RED value IS 177 (69.53% from 255) = 44.81%

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 44.81%
G = 24.56%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B16179 (or 0xB16179) is known color: Tapestry. HEX triplet: B1, 61 and 79. RGB value is (177,97,121). Sum of RGB (Red+Green+Blue) = 177+97+121=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B16179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16179 is #4E9E86. Grayscale: #7B7B7B. Windows color (decimal): -5152391 or 7954865. OLE color: 7954865.

HSL color Cylindrical-coordinate representation of color #B16179: hue angle of 342º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16179 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 121 -
CMYK 0 0.45 0.32 0.31
HSL 342º 0.34% 0.54% -
HSV(B) 342º 0.45% 0.69% -
XYZ 25.86 19.28 20.45 -
YUV 123.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 177 97 121 0 0.45 0.32 0.31 342 0.34 0.54
Hex B1 61 79 0 2D 20 1F 156 22 36
Octal 261 141 171 0 55 40 37 526 42 66
Binary 10110001 1100001 1111001 0 101101 100000 11111 101010110 100010 110110

Color Harmonies of #B16179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16179

Black with #B16179

Text Example


Text Example

White with #B16179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16179; }

 p { color: rgb(177,97,121); }

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

background-color css

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

 a { background-color: rgb(177,97,121); }

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

border-color css

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

 span { border-color: rgb(177,97,121); }

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