Html Css Color HEX #B1617C Tapestry

📋 copy color: '#B1617C'

red 177 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #B1617C

Tints of Tapestry #B1617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.37%

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

R = 44.47%
G = 24.37%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1617C (or 0xB1617C) is known color: Tapestry. HEX triplet: B1, 61 and 7C. RGB value is (177,97,124). Sum of RGB (Red+Green+Blue) = 177+97+124=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1617C is #4E9E83. Grayscale: #7B7B7B. Windows color (decimal): -5152388 or 8151473. OLE color: 8151473.

HSL color Cylindrical-coordinate representation of color #B1617C: hue angle of 339.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1617C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 124 -
CMYK 0 0.45 0.30 0.31
HSL 339.75º 0.34% 0.54% -
HSV(B) 339.75º 0.45% 0.69% -
XYZ 26.04 19.35 21.43 -
YUV 124 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 177 97 124 0 0.45 0.30 0.31 339.75 0.34 0.54
Hex B1 61 7C 0 2D 1E 1F 154 22 36
Octal 261 141 174 0 55 36 37 524 42 66
Binary 10110001 1100001 1111100 0 101101 11110 11111 101010100 100010 110110

Color Harmonies of #B1617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1617C

Black with #B1617C

Text Example


Text Example

White with #B1617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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