Html Css Color HEX #B16281 Tapestry

📋 copy color: '#B16281'

red 177 ◦ green 98 ◦ blue 129

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

Shades of Tapestry #B16281

Tints of Tapestry #B16281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

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

R = 43.81%
G = 24.26%
B = 31.93%

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

#B16281 (or 0xB16281) is known color: Tapestry. HEX triplet: B1, 62 and 81. RGB value is (177,98,129). Sum of RGB (Red+Green+Blue) = 177+98+129=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B16281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16281 is #4E9D7E. Grayscale: #7D7D7D. Windows color (decimal): -5152127 or 8479409. OLE color: 8479409.

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

Color convert

RGB 177 98 129 -
CMYK 0 0.45 0.27 0.31
HSL 336.46º 0.34% 0.54% -
HSV(B) 336.46º 0.45% 0.69% -
XYZ 26.46 19.67 23.17 -
YUV 125.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 177 98 129 0 0.45 0.27 0.31 336.46 0.34 0.54
Hex B1 62 81 0 2D 1B 1F 150 22 36
Octal 261 142 201 0 55 33 37 520 42 66
Binary 10110001 1100010 10000001 0 101101 11011 11111 101010000 100010 110110

Color Harmonies of #B16281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16281

Black with #B16281

Text Example


Text Example

White with #B16281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16281; }

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

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

background-color css

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

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

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

border-color css

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

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

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