Html Css Color HEX #B1708E Tapestry

📋 copy color: '#B1708E'

red 177 ◦ green 112 ◦ blue 142

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

Shades of Tapestry #B1708E

Tints of Tapestry #B1708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 41.07%
G = 25.99%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1708E (or 0xB1708E) is known color: Tapestry. HEX triplet: B1, 70 and 8E. RGB value is (177,112,142). Sum of RGB (Red+Green+Blue) = 177+112+142=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1708E is #4E8F71. Grayscale: #868686. Windows color (decimal): -5148530 or 9334961. OLE color: 9334961.

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

Color convert

RGB 177 112 142 -
CMYK 0 0.37 0.20 0.31
HSL 332.31º 0.29% 0.57% -
HSV(B) 332.31º 0.37% 0.69% -
XYZ 28.81 22.89 28.49 -
YUV 134.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 177 112 142 0 0.37 0.20 0.31 332.31 0.29 0.57
Hex B1 70 8E 0 25 14 1F 14C 1D 39
Octal 261 160 216 0 45 24 37 514 35 71
Binary 10110001 1110000 10001110 0 100101 10100 11111 101001100 11101 111001

Color Harmonies of #B1708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1708E

Black with #B1708E

Text Example


Text Example

White with #B1708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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