Html Css Color HEX #B16C82 Tapestry

📋 copy color: '#B16C82'

red 177 ◦ green 108 ◦ blue 130

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

Shades of Tapestry #B16C82

Tints of Tapestry #B16C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.33%

R = 42.65%
G = 26.02%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B16C82 (or 0xB16C82) is known color: Tapestry. HEX triplet: B1, 6C and 82. RGB value is (177,108,130). Sum of RGB (Red+Green+Blue) = 177+108+130=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16C82 is #4E937D. Grayscale: #838383. Windows color (decimal): -5149566 or 8547505. OLE color: 8547505.

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

Color convert

RGB 177 108 130 -
CMYK 0 0.39 0.27 0.31
HSL 340.87º 0.31% 0.56% -
HSV(B) 340.87º 0.39% 0.69% -
XYZ 27.52 21.68 23.85 -
YUV 131.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 177 108 130 0 0.39 0.27 0.31 340.87 0.31 0.56
Hex B1 6C 82 0 27 1B 1F 155 1F 38
Octal 261 154 202 0 47 33 37 525 37 70
Binary 10110001 1101100 10000010 0 100111 11011 11111 101010101 11111 111000

Color Harmonies of #B16C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C82

Black with #B16C82

Text Example


Text Example

White with #B16C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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