Html Css Color HEX #B1708C Tapestry

📋 copy color: '#B1708C'

red 177 ◦ green 112 ◦ blue 140

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

Shades of Tapestry #B1708C

Tints of Tapestry #B1708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 41.26%
G = 26.11%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1708C (or 0xB1708C) is known color: Tapestry. HEX triplet: B1, 70 and 8C. RGB value is (177,112,140). Sum of RGB (Red+Green+Blue) = 177+112+140=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1708C is #4E8F73. Grayscale: #868686. Windows color (decimal): -5148532 or 9203889. OLE color: 9203889.

HSL color Cylindrical-coordinate representation of color #B1708C: hue angle of 334.15º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1708C is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 140 -
CMYK 0 0.37 0.21 0.31
HSL 334.15º 0.29% 0.57% -
HSV(B) 334.15º 0.37% 0.69% -
XYZ 28.66 22.83 27.71 -
YUV 134.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 177 112 140 0 0.37 0.21 0.31 334.15 0.29 0.57
Hex B1 70 8C 0 25 15 1F 14E 1D 39
Octal 261 160 214 0 45 25 37 516 35 71
Binary 10110001 1110000 10001100 0 100101 10101 11111 101001110 11101 111001

Color Harmonies of #B1708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1708C

Black with #B1708C

Text Example


Text Example

White with #B1708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1708C; }

 p { color: rgb(177,112,140); }

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

background-color css

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

 a { background-color: rgb(177,112,140); }

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

border-color css

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

 span { border-color: rgb(177,112,140); }

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