Html Css Color HEX #B16181 Tapestry

📋 copy color: '#B16181'

red 177 ◦ green 97 ◦ blue 129

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

Shades of Tapestry #B16181

Tints of Tapestry #B16181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 43.92%
G = 24.07%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B16181 (or 0xB16181) is known color: Tapestry. HEX triplet: B1, 61 and 81. RGB value is (177,97,129). Sum of RGB (Red+Green+Blue) = 177+97+129=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16181 is #4E9E7E. Grayscale: #7C7C7C. Windows color (decimal): -5152383 or 8479153. OLE color: 8479153.

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

Color convert

RGB 177 97 129 -
CMYK 0 0.45 0.27 0.31
HSL 336º 0.34% 0.54% -
HSV(B) 336º 0.45% 0.69% -
XYZ 26.37 19.48 23.14 -
YUV 124.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 177 97 129 0 0.45 0.27 0.31 336 0.34 0.54
Hex B1 61 81 0 2D 1B 1F 150 22 36
Octal 261 141 201 0 55 33 37 520 42 66
Binary 10110001 1100001 10000001 0 101101 11011 11111 101010000 100010 110110

Color Harmonies of #B16181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16181

Black with #B16181

Text Example


Text Example

White with #B16181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16181; }

 p { color: rgb(177,97,129); }

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

background-color css

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

 a { background-color: rgb(177,97,129); }

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

border-color css

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

 span { border-color: rgb(177,97,129); }

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