Html Css Color HEX #B1638D Tapestry

📋 copy color: '#B1638D'

red 177 ◦ green 99 ◦ blue 141

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

Shades of Tapestry #B1638D

Tints of Tapestry #B1638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 42.45%
G = 23.74%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1638D (or 0xB1638D) is known color: Tapestry. HEX triplet: B1, 63 and 8D. RGB value is (177,99,141). Sum of RGB (Red+Green+Blue) = 177+99+141=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1638D is #4E9C72. Grayscale: #7F7F7F. Windows color (decimal): -5151859 or 9266097. OLE color: 9266097.

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

Color convert

RGB 177 99 141 -
CMYK 0 0.44 0.20 0.31
HSL 327.69º 0.33% 0.54% -
HSV(B) 327.69º 0.44% 0.69% -
XYZ 27.4 20.19 27.65 -
YUV 127.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 177 99 141 0 0.44 0.20 0.31 327.69 0.33 0.54
Hex B1 63 8D 0 2C 14 1F 148 21 36
Octal 261 143 215 0 54 24 37 510 41 66
Binary 10110001 1100011 10001101 0 101100 10100 11111 101001000 100001 110110

Color Harmonies of #B1638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1638D

Black with #B1638D

Text Example


Text Example

White with #B1638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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