Html Css Color HEX #B16587 Tapestry

📋 copy color: '#B16587'

red 177 ◦ green 101 ◦ blue 135

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

Shades of Tapestry #B16587

Tints of Tapestry #B16587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 42.86%
G = 24.46%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B16587 (or 0xB16587) is known color: Tapestry. HEX triplet: B1, 65 and 87. RGB value is (177,101,135). Sum of RGB (Red+Green+Blue) = 177+101+135=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B16587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16587 is #4E9A78. Grayscale: #7F7F7F. Windows color (decimal): -5151353 or 8873393. OLE color: 8873393.

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

Color convert

RGB 177 101 135 -
CMYK 0 0.43 0.24 0.31
HSL 333.16º 0.33% 0.55% -
HSV(B) 333.16º 0.43% 0.69% -
XYZ 27.16 20.4 25.43 -
YUV 127.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 177 101 135 0 0.43 0.24 0.31 333.16 0.33 0.55
Hex B1 65 87 0 2B 18 1F 14D 21 37
Octal 261 145 207 0 53 30 37 515 41 67
Binary 10110001 1100101 10000111 0 101011 11000 11111 101001101 100001 110111

Color Harmonies of #B16587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16587

Black with #B16587

Text Example


Text Example

White with #B16587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16587; }

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

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

background-color css

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

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

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

border-color css

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

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

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