Html Css Color HEX #B1638E Tapestry

📋 copy color: '#B1638E'

red 177 ◦ green 99 ◦ blue 142

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

Shades of Tapestry #B1638E

Tints of Tapestry #B1638E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 42.34%
G = 23.68%
B = 33.97%

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

#B1638E (or 0xB1638E) is known color: Tapestry. HEX triplet: B1, 63 and 8E. RGB value is (177,99,142). Sum of RGB (Red+Green+Blue) = 177+99+142=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1638E is #4E9C71. Grayscale: #7F7F7F. Windows color (decimal): -5151858 or 9331633. OLE color: 9331633.

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

Color convert

RGB 177 99 142 -
CMYK 0 0.44 0.20 0.31
HSL 326.92º 0.33% 0.54% -
HSV(B) 326.92º 0.44% 0.69% -
XYZ 27.48 20.22 28.05 -
YUV 127.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 177 99 142 0 0.44 0.20 0.31 326.92 0.33 0.54
Hex B1 63 8E 0 2C 14 1F 147 21 36
Octal 261 143 216 0 54 24 37 507 41 66
Binary 10110001 1100011 10001110 0 101100 10100 11111 101000111 100001 110110

Color Harmonies of #B1638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1638E

Black with #B1638E

Text Example


Text Example

White with #B1638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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