Html Css Color HEX #B16481 Tapestry

📋 copy color: '#B16481'

red 177 ◦ green 100 ◦ blue 129

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

Shades of Tapestry #B16481

Tints of Tapestry #B16481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.63%

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

R = 43.6%
G = 24.63%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B16481 (or 0xB16481) is known color: Tapestry. HEX triplet: B1, 64 and 81. RGB value is (177,100,129). Sum of RGB (Red+Green+Blue) = 177+100+129=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B16481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16481 is #4E9B7E. Grayscale: #7E7E7E. Windows color (decimal): -5151615 or 8479921. OLE color: 8479921.

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

Color convert

RGB 177 100 129 -
CMYK 0 0.44 0.27 0.31
HSL 337.4º 0.33% 0.54% -
HSV(B) 337.4º 0.44% 0.69% -
XYZ 26.65 20.05 23.23 -
YUV 126.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 177 100 129 0 0.44 0.27 0.31 337.4 0.33 0.54
Hex B1 64 81 0 2C 1B 1F 151 21 36
Octal 261 144 201 0 54 33 37 521 41 66
Binary 10110001 1100100 10000001 0 101100 11011 11111 101010001 100001 110110

Color Harmonies of #B16481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16481

Black with #B16481

Text Example


Text Example

White with #B16481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16481; }

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

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

background-color css

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

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

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

border-color css

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

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

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