Html Css Color HEX #B1717F Tapestry

📋 copy color: '#B1717F'

red 177 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #B1717F

Tints of Tapestry #B1717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 127 (50% from 255) = 30.46%

R = 42.45%
G = 27.1%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1717F (or 0xB1717F) is known color: Tapestry. HEX triplet: B1, 71 and 7F. RGB value is (177,113,127). Sum of RGB (Red+Green+Blue) = 177+113+127=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1717F is #4E8E80. Grayscale: #858585. Windows color (decimal): -5148289 or 8352177. OLE color: 8352177.

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

Color convert

RGB 177 113 127 -
CMYK 0 0.36 0.28 0.31
HSL 346.88º 0.29% 0.57% -
HSV(B) 346.88º 0.36% 0.69% -
XYZ 27.87 22.69 22.99 -
YUV 133.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 177 113 127 0 0.36 0.28 0.31 346.88 0.29 0.57
Hex B1 71 7F 0 24 1C 1F 15B 1D 39
Octal 261 161 177 0 44 34 37 533 35 71
Binary 10110001 1110001 1111111 0 100100 11100 11111 101011011 11101 111001

Color Harmonies of #B1717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1717F

Black with #B1717F

Text Example


Text Example

White with #B1717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1717F; }

 p { color: rgb(177,113,127); }

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

background-color css

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

 a { background-color: rgb(177,113,127); }

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

border-color css

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

 span { border-color: rgb(177,113,127); }

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