Html Css Color HEX #B1637C Tapestry

📋 copy color: '#B1637C'

red 177 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #B1637C

Tints of Tapestry #B1637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.75%

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

R = 44.25%
G = 24.75%
B = 31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1637C (or 0xB1637C) is known color: Tapestry. HEX triplet: B1, 63 and 7C. RGB value is (177,99,124). Sum of RGB (Red+Green+Blue) = 177+99+124=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1637C is #4E9C83. Grayscale: #7D7D7D. Windows color (decimal): -5151876 or 8151985. OLE color: 8151985.

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

Color convert

RGB 177 99 124 -
CMYK 0 0.44 0.30 0.31
HSL 340.77º 0.33% 0.54% -
HSV(B) 340.77º 0.44% 0.69% -
XYZ 26.23 19.73 21.49 -
YUV 125.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 177 99 124 0 0.44 0.30 0.31 340.77 0.33 0.54
Hex B1 63 7C 0 2C 1E 1F 155 21 36
Octal 261 143 174 0 54 36 37 525 41 66
Binary 10110001 1100011 1111100 0 101100 11110 11111 101010101 100001 110110

Color Harmonies of #B1637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1637C

Black with #B1637C

Text Example


Text Example

White with #B1637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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