Html Css Color HEX #B16C7A Tapestry

📋 copy color: '#B16C7A'

red 177 ◦ green 108 ◦ blue 122

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

Shades of Tapestry #B16C7A

Tints of Tapestry #B16C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 43.49%
G = 26.54%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B16C7A (or 0xB16C7A) is known color: Tapestry. HEX triplet: B1, 6C and 7A. RGB value is (177,108,122). Sum of RGB (Red+Green+Blue) = 177+108+122=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C7A is #4E9385. Grayscale: #828282. Windows color (decimal): -5149574 or 8023217. OLE color: 8023217.

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

Color convert

RGB 177 108 122 -
CMYK 0 0.39 0.31 0.31
HSL 347.83º 0.31% 0.56% -
HSV(B) 347.83º 0.39% 0.69% -
XYZ 27.01 21.48 21.13 -
YUV 130.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 177 108 122 0 0.39 0.31 0.31 347.83 0.31 0.56
Hex B1 6C 7A 0 27 1F 1F 15C 1F 38
Octal 261 154 172 0 47 37 37 534 37 70
Binary 10110001 1101100 1111010 0 100111 11111 11111 101011100 11111 111000

Color Harmonies of #B16C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C7A

Black with #B16C7A

Text Example


Text Example

White with #B16C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C7A; }

 p { color: rgb(177,108,122); }

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

background-color css

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

 a { background-color: rgb(177,108,122); }

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

border-color css

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

 span { border-color: rgb(177,108,122); }

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