Html Css Color HEX #B16176 Tapestry

📋 copy color: '#B16176'

red 177 ◦ green 97 ◦ blue 118

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

Shades of Tapestry #B16176

Tints of Tapestry #B16176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 45.15%
G = 24.74%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B16176 (or 0xB16176) is known color: Tapestry. HEX triplet: B1, 61 and 76. RGB value is (177,97,118). Sum of RGB (Red+Green+Blue) = 177+97+118=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B16176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16176 is #4E9E89. Grayscale: #7B7B7B. Windows color (decimal): -5152394 or 7758257. OLE color: 7758257.

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

Color convert

RGB 177 97 118 -
CMYK 0 0.45 0.33 0.31
HSL 344.25º 0.34% 0.54% -
HSV(B) 344.25º 0.45% 0.69% -
XYZ 25.68 19.2 19.49 -
YUV 123.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 177 97 118 0 0.45 0.33 0.31 344.25 0.34 0.54
Hex B1 61 76 0 2D 21 1F 158 22 36
Octal 261 141 166 0 55 41 37 530 42 66
Binary 10110001 1100001 1110110 0 101101 100001 11111 101011000 100010 110110

Color Harmonies of #B16176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16176

Black with #B16176

Text Example


Text Example

White with #B16176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16176; }

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

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

background-color css

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

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

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

border-color css

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

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

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