Html Css Color HEX #B1707E Tapestry

📋 copy color: '#B1707E'

red 177 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #B1707E

Tints of Tapestry #B1707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 42.65%
G = 26.99%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1707E (or 0xB1707E) is known color: Tapestry. HEX triplet: B1, 70 and 7E. RGB value is (177,112,126). Sum of RGB (Red+Green+Blue) = 177+112+126=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1707E is #4E8F81. Grayscale: #858585. Windows color (decimal): -5148546 or 8286385. OLE color: 8286385.

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

Color convert

RGB 177 112 126 -
CMYK 0 0.37 0.29 0.31
HSL 347.08º 0.29% 0.57% -
HSV(B) 347.08º 0.37% 0.69% -
XYZ 27.69 22.44 22.61 -
YUV 133.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 177 112 126 0 0.37 0.29 0.31 347.08 0.29 0.57
Hex B1 70 7E 0 25 1D 1F 15B 1D 39
Octal 261 160 176 0 45 35 37 533 35 71
Binary 10110001 1110000 1111110 0 100101 11101 11111 101011011 11101 111001

Color Harmonies of #B1707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1707E

Black with #B1707E

Text Example


Text Example

White with #B1707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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