Html Css Color HEX #B1707C Tapestry

📋 copy color: '#B1707C'

red 177 ◦ green 112 ◦ blue 124

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

Shades of Tapestry #B1707C

Tints of Tapestry #B1707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 42.86%
G = 27.12%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1707C (or 0xB1707C) is known color: Tapestry. HEX triplet: B1, 70 and 7C. RGB value is (177,112,124). Sum of RGB (Red+Green+Blue) = 177+112+124=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1707C is #4E8F83. Grayscale: #848484. Windows color (decimal): -5148548 or 8155313. OLE color: 8155313.

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

Color convert

RGB 177 112 124 -
CMYK 0 0.37 0.30 0.31
HSL 348.92º 0.29% 0.57% -
HSV(B) 348.92º 0.37% 0.69% -
XYZ 27.56 22.39 21.94 -
YUV 132.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 177 112 124 0 0.37 0.30 0.31 348.92 0.29 0.57
Hex B1 70 7C 0 25 1E 1F 15D 1D 39
Octal 261 160 174 0 45 36 37 535 35 71
Binary 10110001 1110000 1111100 0 100101 11110 11111 101011101 11101 111001

Color Harmonies of #B1707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1707C

Black with #B1707C

Text Example


Text Example

White with #B1707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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