Html Css Color HEX #B1618B Tapestry

📋 copy color: '#B1618B'

red 177 ◦ green 97 ◦ blue 139

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

Shades of Tapestry #B1618B

Tints of Tapestry #B1618B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 42.86%
G = 23.49%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1618B (or 0xB1618B) is known color: Tapestry. HEX triplet: B1, 61 and 8B. RGB value is (177,97,139). Sum of RGB (Red+Green+Blue) = 177+97+139=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1618B is #4E9E74. Grayscale: #7D7D7D. Windows color (decimal): -5152373 or 9134513. OLE color: 9134513.

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

Color convert

RGB 177 97 139 -
CMYK 0 0.45 0.21 0.31
HSL 328.5º 0.34% 0.54% -
HSV(B) 328.5º 0.45% 0.69% -
XYZ 27.07 19.76 26.81 -
YUV 125.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 177 97 139 0 0.45 0.21 0.31 328.5 0.34 0.54
Hex B1 61 8B 0 2D 15 1F 148 22 36
Octal 261 141 213 0 55 25 37 510 42 66
Binary 10110001 1100001 10001011 0 101101 10101 11111 101001000 100010 110110

Color Harmonies of #B1618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1618B

Black with #B1618B

Text Example


Text Example

White with #B1618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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