Html Css Color HEX #B16E7F Tapestry

📋 copy color: '#B16E7F'

red 177 ◦ green 110 ◦ blue 127

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

Shades of Tapestry #B16E7F

Tints of Tapestry #B16E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 42.75%
G = 26.57%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B16E7F (or 0xB16E7F) is known color: Tapestry. HEX triplet: B1, 6E and 7F. RGB value is (177,110,127). Sum of RGB (Red+Green+Blue) = 177+110+127=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16E7F is #4E9180. Grayscale: #838383. Windows color (decimal): -5149057 or 8351409. OLE color: 8351409.

HSL color Cylindrical-coordinate representation of color #B16E7F: hue angle of 344.78º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E7F is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 110 127 -
CMYK 0 0.38 0.28 0.31
HSL 344.78º 0.3% 0.56% -
HSV(B) 344.78º 0.38% 0.69% -
XYZ 27.54 22.03 22.88 -
YUV 131.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 177 110 127 0 0.38 0.28 0.31 344.78 0.3 0.56
Hex B1 6E 7F 0 26 1C 1F 159 1E 38
Octal 261 156 177 0 46 34 37 531 36 70
Binary 10110001 1101110 1111111 0 100110 11100 11111 101011001 11110 111000

Color Harmonies of #B16E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E7F

Black with #B16E7F

Text Example


Text Example

White with #B16E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E7F; }

 p { color: rgb(177,110,127); }

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

background-color css

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

 a { background-color: rgb(177,110,127); }

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

border-color css

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

 span { border-color: rgb(177,110,127); }

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