Html Css Color HEX #B16D7F Tapestry

📋 copy color: '#B16D7F'

red 177 ◦ green 109 ◦ blue 127

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

Shades of Tapestry #B16D7F

Tints of Tapestry #B16D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.39%

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

R = 42.86%
G = 26.39%
B = 30.75%

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

#B16D7F (or 0xB16D7F) is known color: Tapestry. HEX triplet: B1, 6D and 7F. RGB value is (177,109,127). Sum of RGB (Red+Green+Blue) = 177+109+127=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16D7F is #4E9280. Grayscale: #838383. Windows color (decimal): -5149313 or 8351153. OLE color: 8351153.

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

Color convert

RGB 177 109 127 -
CMYK 0 0.38 0.28 0.31
HSL 344.12º 0.3% 0.56% -
HSV(B) 344.12º 0.38% 0.69% -
XYZ 27.43 21.82 22.84 -
YUV 131.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 177 109 127 0 0.38 0.28 0.31 344.12 0.3 0.56
Hex B1 6D 7F 0 26 1C 1F 158 1E 38
Octal 261 155 177 0 46 34 37 530 36 70
Binary 10110001 1101101 1111111 0 100110 11100 11111 101011000 11110 111000

Color Harmonies of #B16D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16D7F

Black with #B16D7F

Text Example


Text Example

White with #B16D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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