Html Css Color HEX #B1717C Tapestry

📋 copy color: '#B1717C'

red 177 ◦ green 113 ◦ blue 124

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

Shades of Tapestry #B1717C

Tints of Tapestry #B1717C

RGB

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

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

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

R = 42.75%
G = 27.29%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1717C (or 0xB1717C) is known color: Tapestry. HEX triplet: B1, 71 and 7C. RGB value is (177,113,124). Sum of RGB (Red+Green+Blue) = 177+113+124=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1717C is #4E8E83. Grayscale: #858585. Windows color (decimal): -5148292 or 8155569. OLE color: 8155569.

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

Color convert

RGB 177 113 124 -
CMYK 0 0.36 0.30 0.31
HSL 349.69º 0.29% 0.57% -
HSV(B) 349.69º 0.36% 0.69% -
XYZ 27.67 22.61 21.97 -
YUV 133.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 177 113 124 0 0.36 0.30 0.31 349.69 0.29 0.57
Hex B1 71 7C 0 24 1E 1F 15E 1D 39
Octal 261 161 174 0 44 36 37 536 35 71
Binary 10110001 1110001 1111100 0 100100 11110 11111 101011110 11101 111001

Color Harmonies of #B1717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1717C

Black with #B1717C

Text Example


Text Example

White with #B1717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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