Html Css Color HEX #B16581 Tapestry

📋 copy color: '#B16581'

red 177 ◦ green 101 ◦ blue 129

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

Shades of Tapestry #B16581

Tints of Tapestry #B16581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.82%

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

R = 43.49%
G = 24.82%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B16581 (or 0xB16581) is known color: Tapestry. HEX triplet: B1, 65 and 81. RGB value is (177,101,129). Sum of RGB (Red+Green+Blue) = 177+101+129=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B16581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16581 is #4E9A7E. Grayscale: #7E7E7E. Windows color (decimal): -5151359 or 8480177. OLE color: 8480177.

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

Color convert

RGB 177 101 129 -
CMYK 0 0.43 0.27 0.31
HSL 337.89º 0.33% 0.55% -
HSV(B) 337.89º 0.43% 0.69% -
XYZ 26.75 20.24 23.27 -
YUV 126.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 177 101 129 0 0.43 0.27 0.31 337.89 0.33 0.55
Hex B1 65 81 0 2B 1B 1F 152 21 37
Octal 261 145 201 0 53 33 37 522 41 67
Binary 10110001 1100101 10000001 0 101011 11011 11111 101010010 100001 110111

Color Harmonies of #B16581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16581

Black with #B16581

Text Example


Text Example

White with #B16581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16581; }

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

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

background-color css

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

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

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

border-color css

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

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

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