Html Css Color HEX #B16B8A Tapestry

📋 copy color: '#B16B8A'

red 177 ◦ green 107 ◦ blue 138

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

Shades of Tapestry #B16B8A

Tints of Tapestry #B16B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 41.94%
G = 25.36%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B16B8A (or 0xB16B8A) is known color: Tapestry. HEX triplet: B1, 6B and 8A. RGB value is (177,107,138). Sum of RGB (Red+Green+Blue) = 177+107+138=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16B8A is #4E9475. Grayscale: #838383. Windows color (decimal): -5149814 or 9071537. OLE color: 9071537.

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

Color convert

RGB 177 107 138 -
CMYK 0 0.40 0.22 0.31
HSL 333.43º 0.31% 0.56% -
HSV(B) 333.43º 0.4% 0.69% -
XYZ 27.98 21.7 26.76 -
YUV 131.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 177 107 138 0 0.40 0.22 0.31 333.43 0.31 0.56
Hex B1 6B 8A 0 28 16 1F 14D 1F 38
Octal 261 153 212 0 50 26 37 515 37 70
Binary 10110001 1101011 10001010 0 101000 10110 11111 101001101 11111 111000

Color Harmonies of #B16B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B8A

Black with #B16B8A

Text Example


Text Example

White with #B16B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B8A; }

 p { color: rgb(177,107,138); }

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

background-color css

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

 a { background-color: rgb(177,107,138); }

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

border-color css

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

 span { border-color: rgb(177,107,138); }

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